html常用标签
前段主要网站:
w3cschool中文网:https://www.w3school.com.cn/
https://developer.mozilla.org/
https://www.bootcdn.cn/jquery/
https://developer.mozilla.org/zh-CN/docs/Web/Guide/HTML/HTML5/HTML5_element_list
基础标签:
https://www.cnblogs.com/suoning/p/5614372.html
html常用的标签:
<title>
<base/>
<link/>(rel、href、type)
<meta/>(http-equiv、name、content)
<body>标签
块级标签 & 内联标签
基本标签(<h1>~<h6>、<p>、<b> <strong>、<strike>、<u>、<em> <i>、<sup>、<sub>、<br>、<hr>、<div>、<span>)
特殊符号(>、<、 、"、©...)
<a> 超链接标签(锚标签)(href、target、name)
<img> 图形标签(src、title、alt、width、height、align)
列表标签(<ul>、<ol>、<li>、<dl>、<dt>、<dd>)
<table> 表格标签(<table> 、<caption> 、<tr>、<th>、<td>、<thead>、<tbody>、rowspan、colspan)
<from> 表单标签(action、method、enctype、<input>、<textarea>、<select>、<label>、<fieldset>)