HTML标签---白胡杨同学
标题标签<h1> </h1>
<h2> </h2>
<h3> </h3>
<h4> </h4>
<h5> </h5>
<h6> </h6>段落标签<p> </p>换行标签<br/>分割线标签<hr/>无序列表标签<ul>
<li></li>
<li></li>
<li></li>
</ul>有序列表标签<ol>
<li></li>
<li></li>
<li></li>
</ol>解释列表标签<dl>
<dt></dt>
<dd></dd>
</dl>加粗标签<b></b>
<strong></strong>倾斜标签<i></i>
<em></em>下划线标签<u></u>超链接标签<a></a>
锚点链接
<a href=#锚点名称></a>
<a name="锚点名称"></a>
邮件链接
<a href="mailto:邮箱地址"></a>图片标签<img/>表格标签<table></table> 定义表格
定义行 <tr></tr>
定义列 <td></td>
表头标签 <th></th> <th>就是在<td>基础上作居中和加粗样式。
表头标题标签<caption></caption>表单标签<form action="文件提交路径" method="文件提交方式" enctype="数据编码方式"></form>表单元素标签<input type="text"/> 文本框
<input type="password"/>密码框
<input type="radio"/>单选框
<input type="checkbox"/>多选框
<input type="button"/>命令按钮
<input type="reset"/>重置按钮
<input type="submit"/>提交按钮
<input type="file"/>文件选择框
下拉列表标签
<select>
<option></option>
</select>
文本域标签
<textarea></textarea>视频标签<video></video>区块标签<div></div>
<span></span>
---来自腾讯云社区的---白胡杨同学

微信扫一扫打赏
支付宝扫一扫打赏