双标签

2015-07-30  本文已影响63人  may_mico

常用的双标签

双标签由开始标签结束标签<组成。标签和标签只能嵌套和并列。

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

上一篇下一篇

猜你喜欢

热点阅读