HTML基本语法

it2022-05-06  15

<head>标签

<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>)

转载于:https://www.cnblogs.com/skyhatge/p/6942283.html


最新回复(0)