11.19
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了11.19相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <title>网页标题</title> <meta name="keywords" content="关键字列表" /> <meta name="description" content="网页描述" /> <link rel="stylesheet" type="text/css" href="" /> <style type="text/css"></style> <script type="text/javascript"></script> </head> <body> <form name=“forml” align="center" method=‘post‘> <table align=‘center‘ border=‘3‘ bgcolor="#ccffff" rules=‘all‘ > <caption><h2>清宏集团会员</h2></caption> <tr> <td align=‘right‘> 用户名:<input type="text" name=“username”/> </td> </tr> <tr> <td align=‘right‘> 密码:<input type="password" name="userpwd"/> </td> </tr> <tr> <td align=‘center‘>城市: <select name=‘edu‘> <option value=‘北京市‘>北京市</option> <option value=‘广州市‘>广州市</option> <option value=‘深圳市‘>深圳市</option> <option value=‘佛山市‘>佛山市</option> <option value=‘茂名市‘>茂名市</option> </select> </td> </tr> <tr> <td> <input type="submit" value="登陆"/> <input type="reset" value="重新输入"/> </td> </tr> <tr> <td> 不登陆也可以请点击 <a href="https://login.taobao.com/member/login.jhtml?from=taobaoindex&f=top&style=&sub=true&redirect_url=https%3A%2F%2Fi.taobao.com%2Fmy_taobao.htm%3Fspm%3Da21bo.50862.1997525045.1.O4DM11" target="_blank">直接VIP</a> </td> </tr> </table> </form> </body> </html>
效果图:
以上是关于11.19的主要内容,如果未能解决你的问题,请参考以下文章