HTML經常使用標記及其使用方法

任何網頁都事用無數的基本元素組成,總結HTML經常使用標記及其使用方法從html head body 元素標籤的html

1,<html>
     <head>
         </head>
         <body>
         </body>
         </html>

    2,<h1>
       <h2>
         <h3>
         <h4>
         <h5>
         <h6>
    3,<p> <br> 段落標籤

    4,<ul>
    <li></li>
    </ul>

    5,<ol>
    <li></li>
     <ol>

     6,表單元素
        <form>
               <label>標題</label>
               <input type="text" name="" id="" value="">
                 </form>
        7,表格元素
          <table>
              <tr>
                 <td>
                 </td>
                 </tr>
                 </table>
    文章來自 www.96net.com.cn
相關文章
相關標籤/搜索