常用的双标签
双标签由开始标签
和结束标签
<组成。标签和标签只能嵌套和并列。
<html></html>
<head></head>
<body></body>
<title></title>
<style type="text/css"></style>
<script type="text/javascript"></scipt>
<div></div>
<span></span>
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<p></p>
<strong></strong>
<em></em>
<a href=""></a>
<ul></ul>
<ol><ol>
<li></li>
<dl><dl>
<dt></dt>
<dd></dd>
<table></table>
<caption></caption>
<thead></thead>
<tbody></body>
<tfoot><tfoot>
<tr></tr>
<th></th>
<td></td>
<form action=""></form>
<fieldset></fieldset>
<button><button>
<textarea name="" id="" cols="30" rows="10"></textarea>
<select name="" id=""></select>
<option value=""></option>
<label for=""></label>
<map name=""></map>
网友评论