<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>江南皮革厂</title> </head> <body> <h1>一站式皮具工厂</h1> <h2>主营皮鞋、皮包、皮带等产品</h2> <hr> <div id="container" style=" 400px"> <div id="header" style="background-color: cyan"><h3 align="center">登录</h3></div> <div id="content"> <from action=""> 用户名:<input type="text" name="user" placeholder="用户名"><br> 密码 :<input type="password" name="password" placeholder="密码"><br> <input type="radio" name="role" value="顾客">顾客 <input type="radio" name="role" value="员工">员工 <br> <input type="button" value="登录" onlick="alert"> <input type="button" value="注册" onlick="alert"> </from> </div> <div id="footer" style="background-color: cyan"><h6 align="center">版权归江南皮革厂所有</h6></div> </div> <div> <select> <option>收藏</option> <option>点赞</option> <option>评论</option> </select> <ol> <li>广商店</li> <li>康大店</li> <li>技工店</li> </ol> <ul> <li>总经理:小梁</li> <li>保安队:铭洲</li> </ul> </div> <p>如有疑问可联系小梁:13711269544</p> </body> </html>