标签:缺省值 idt 重置 分享图片 highlight www title img NPU
<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>
标签:缺省值 idt 重置 分享图片 highlight www title img NPU
原文地址:https://www.cnblogs.com/regit/p/8920381.html