文本 <input type="text" name="" value="test"/>
<input type="text" name="" value="test"/>
按钮 <input type="button" name="" value="登录">
<input type="button" name="" value="登录">
文件上传 <input type="file"/>
<input type="file"/>
密码输入框 <input type="password"/>
<input type="password"/>
下拉框 <select><option></option><select>
<select><option></option><select>
超链接 <a href="http://www.baidu.com">百度一下</a>
<a href="http://www.baidu.com">百度一下</a>
表格
<table>
<tr><td>111</td><td>222</td><td>333</td></tr>
<tr><td>111</td><td>222</td><td>333</td></tr>
<tr><td>111</td><td>222</td><td>333</td></tr>
</table>
<table>
<tr><td>111</td><td>222</td><td>333</td></tr>
<tr><td>111</td><td>222</td><td>333</td></tr>
<tr><td>111</td><td>222</td><td>333</td></tr>
</table>
图片
<img src="C:\User\Adminstration\test.png">
<img src="https://cn.bing.com/images/search?view=detailV2&ccid=m4ynqIaq&id=EB5357B4FCA39FF3F7399AB051DCEE658962F52C&thid=OIP.m4ynqIaq_fPG5R33v5b-3QHaHa&mediaurl=https%3a%2f%2fpic.ntimg.cn%2ffile%2f20181031%2f26785037_093345525085_2.jpg&exph=1024&expw=1022&q=%e5%9b%be%e7%89%87%e9%93%be%e6%8e%a5&simid=607990309774374299&FORM=IRPRST&ck=753FC444D861E67E3ED12CBB7B9B0F20&selectedIndex=0&itb=0&ajaxhist=0&ajaxserp=0">
<img src="C:\User\Adminstration\test.png">
<img src="https://cn.bing.com/images/search?view=detailV2&ccid=m4ynqIaq&id=EB5357B4FCA39FF3F7399AB051DCEE658962F52C&thid=OIP.m4ynqIaq_fPG5R33v5b-3QHaHa&mediaurl=https%3a%2f%2fpic.ntimg.cn%2ffile%2f20181031%2f26785037_093345525085_2.jpg&exph=1024&expw=1022&q=%e5%9b%be%e7%89%87%e9%93%be%e6%8e%a5&simid=607990309774374299&FORM=IRPRST&ck=753FC444D861E67E3ED12CBB7B9B0F20&selectedIndex=0&itb=0&ajaxhist=0&ajaxserp=0">
文本域 <textarea rows="10" cols="5"></textarea>
<textarea rows="10" cols="5"></textarea>
加粗标签 <b>测试</b>
<b>测试</b>
换行 <br>
<br>
段落 <p>这是一个段落文字,谢谢</p>
<p>这是一个段落文字,谢谢</p>
注释 <!-- 这里是注释 -->
<!-- 这里是注释 -->
iframe 内嵌网页 <iframe src="http://www.baidu.com" width="200" height="200"></iframe>
<iframe src="http://www.baidu.com" width="200" height="200"></iframe>
块
<body>
<div class="head">
<h1>页面顶部区域</h1>
</div>
<div class="left">
<h1>页面哟测区域</h1>
</div>
</body>
<body>
<div class="head">
<h1>页面顶部区域</h1>
</div>
<div class="left">
<h1>页面哟测区域</h1>
</div>
</body>