双标签

作者: may_mico | 来源:发表于2015-07-30 13:15 被阅读63次

    常用的双标签

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

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

    相关文章

      网友评论

          本文标题:双标签

          本文链接:https://www.haomeiwen.com/subject/juomqttx.html