<a href="http://www.baidu.com/" title="跳轉到百度"> <img src='images/pic.jpg" alt="蘋果"/> </a>
<a href="#mao1">標題1</a> <a href="#mao2">標題2</a> <a href="#mao3">標題3</a> <h3 id="mao1">標題1</h3> ........ <h3 id="mao2">標題2</h3> ........ <h3 id="mao3">標題3</h3>
<form action="form_action.asp" method="get"> name: <input type="text" name="username" value="George" /><br /> password: <input type="text" name="pwd" value="Bush" /><br /> <input type="submit" value="Submit form" /> </form>
<label>性別:</label> <input type="radio" name="gender" value="0" />男 <input type="radio" name="gender" value="1" />女
<label>愛好:</label> <input type="checkbox" name="like" value="game" />遊戲 <input type="checkbox" name="like" value="shopping" />購物 <input type="checkbox" name="like" value="study" />學習
<input type="submit" name="" value="提交"> <!-- input類型爲reset定義重置按鈕 --> <input type="reset" name="" value="重置">
<label>籍貫:</label> <select name="site"> <option value="0">北京</option> <option value="1">上海</option> <option value="2">廣州</option> <option value="3">深圳</option> </select>
<label>照片:</label> <input type="file" name="person_pic">
<label>我的描述:</label> <textarea name="about"></textarea>
<label>性別:</label> <input type="radio" name="gender" value="0" id="male"><label for="male">男</label> <input type="radio" name="gender" value="1" id="female"><label for="female">女</label>
<iframe src="http://www.baidu.com" width="900" height="500" frameborder="0" scrolling="no"> </iframe>
<iframe src="http://www.baidu.com" width="900" height="500" frameborder="0" scrolling="no"> </iframe> <iframe src="001列表.html width="900" height="500" frameborder="0" scrolling="no"> </iframe>
<a href="http://www.baidu.com" target="myframe">百度網</a> <a href="http://www.itcast.cn" target="myframe">傳智播客</a> <a href="http://www.qq.com" target="myframe">騰訊網</a> <br /> <iframe src="http://www.baidu.com" width="900" height="500" frameborder="0" scrolling="no" name="myframe"> </iframe>