H5的簡單標籤

  <!doctype html> <!--文檔類型-->
  <html><!--html文檔-->
  <head>
  <title>我是標題</title>
  <meta charset = "utf-8">
  <!-- 編碼格式 -->
  <style type = "text/css">
   
  </style>
  </head><!--頭部-->
  <body>
  <!--常用標籤-->
  <!-- 標題標籤 -->
  <h1>我是一號</h1>
  <h2>我是二號</h2>
  <h3>我是三號</h3>
  <h4>我是四號</h4>
  <h5>我是五號</h5>
  <h6>我是六號</h6>
   
  <!-- 段落標籤 -->
  <p>第一段內容 見客戶都是國家女馬的是否可見空間都刷接口和公開舉報加快速度哈方儘快把更多反饋誰看見的劃分及看法看什麼的肯定不能付借款收到不科技融合辦公交卡都是你們都是你讓我的少女考試呢嗎沒發揮接口女褲都快來撒那美女貸款給反饋辣女嗎</p>
  <p>第二段內容</p>
  <p>第三段內容</p>
   
  <!-- 輸入框標籤 -->
  <!-- 換行符 加<br>-->
  <input></input><br>
  <input type = "button"></input><br>
  <input type = "color"></input><br>
  <input type = "date"></input><br>
  <input type = "checkbox"></input><br>
  <input type = "range"></input>
   
  <!-- 超鏈接 -->
  <a href="http://baidu.com">百度</a>
  <a href="http://baidu.com" target = "_blank"><img src="img/Screenshot_2016-05-03-16-34-57.jpg"></a><br>
   
  <!-- 圖片標籤 -->
  <img src="http://h.hiphotos.baidu.com/zhidao/pic/item/cdbf6c81800a19d843141b0a30fa828ba61e46ae.jpg">
   
   
  <!-- 列表標籤 -->
   
  <div>
  <ul>
  <li>1</li>
  <li>2</li>
  <li>3</li>
  </ul>
  </div>
   
  <!-- 進度條 -->
  <progress value = "20" max = "100"></progress>
   
  <video src = "" controls></video>
   
  </body><!--HTML主題-->
  </html>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章