标签:有序列表 字体 输入框 cap html基础 名称 账号 输入长度 table
<form actio="提交地址" method="get/post"> 账号:<input type="text" name=" "> 密码:<input type="password" name=" "> 提交:<input type="submit"> 重置:<input type="reset"> </form>
<table border="1"> <caption>内容</caption>(表格标题) <thead> <th></th> <th></th> (表格头部) <th></th> </thead> <tbody> <tr> <td></td> <td></td> (表格内容) <td></td> <td></td> </tr> </tbody> </table>
<select name="shengfen"> <option value="sichuan">四川省</option> . . . </select>
标签:有序列表 字体 输入框 cap html基础 名称 账号 输入长度 table
原文地址:http://www.cnblogs.com/ljm-mwml/p/7618013.html