HTML5基礎知識點

來源:互聯網
上載者:User

標籤:字型   res   des   oct   str   基礎   列表   實體   link   

  今天瞭解html,下面是我分享的有關html的基礎知識點:

  ①什麼是html?

  html是一種超文字標記語言 (HTML)(超文本標記標籤)

  ②html標籤是html中的最基本單位 也是最重要的部分,html標籤分為單標籤和雙標籤。

   單標籤</>

    雙標籤<></>

  html中的一些常見標籤

  1,<br/>換列標籤    2,<hr/>水平分割線標籤   3,<p></p>段落標籤     4,<pre></pre>原格式顯示標籤     5,<ul></ul>無序列表標籤

  6,<ol></ol>有序列表標籤   7,<li></li>每個清單項目標籤     8,<i></i>斜體標籤  9,<em></em>強調斜體標籤  10,<b></b>加粗標籤

  11,<strong></strong>強調加粗標籤  12,<sub></sub>下標標籤  13,<sup></sup>下標標籤  14<h1></h1>~<h6></h6>標題1到標題6biaoq標籤  15<small></small>小型字型標籤  16<big></big>大型字型標籤  17<tt></tt>印表機字型

  ③html基本結構

  <DOCTYPE html>

  <html>

    <head>

      <meta charset="utf-8"/>

      <title></title>

    </head>

    <body></body>

  </html>

  ④有一些實體字元,例如:

  1 &lt;<  2 &gt;>  3 &nbsp;空格  4 &yen;人民幣  5 &copy;?  6 &quot;‘‘

  ⑤頭部的一些元素

  <meta name="keywords" content=""/>  網站的關鍵詞

  <meta name="description" content=""/>  網站的描述

  <meta name="author" content=""/>  網站的作者

  <meta name="copyright" content=""/>網站的著作權

  <meta http-equiv="refresh" content="秒鐘;url=跳轉地址"/>

  <link rel=‘‘stylesheet‘‘ type="text/css" href="外部連結的地址"/>

HTML5基礎知識點

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.