圖像標簽
超鏈接
列表
音頻和視頻
內(nèi)聯(lián)框架
input用法
文本框、密碼框、單選框
多選框、按鈕
驗證、滑塊、搜索框
下拉表、文本域
表單
<form action="1.html" method="get">
<p>name <input type="text" name="username"></p>
<p>password <input type="password" name="pwd"></p>
</form>
<form action="1.html" method="get">
<p>name <input type="text" name="username"></p>
<p>password <input type="password" name="pwd"></p>
</form>