HTML和CSS的那些事兒3-HTML中級篇

來源:互聯網
上載者:User

HTML和CSS的那些事兒1-標籤屬性和元素

HTML和CSS的那些事兒2-CSS

 

HTML真的就這點東西麼…

1,span和div

大部分標籤都有其意義(語義),比如p表示段落,h1表示主標題等。span和div例外,但通過id和class屬性賦予的特定含義,利用span和div可以組織大塊的html代碼。

span是內嵌元素.(inline element)

div是塊元素.(block element)

2,元標籤meta與搜尋引擎最佳化

<meta name=”xx” content=”yyy”/>

xx可以是author,keywords,description

<meta http-equiv=”xx” conent=”yyy”/>

xx可以是content-type(類型)、expires(時效)、refresh(重新整理,多長時間頁面會自動重新整理一次)以及set-cookie(設定cookie)

http-equiv會產生http資料頭,頭資訊將會被發送給伺服器端

3,不良標籤

b-粗體,用strong代替

i-斜體,用em代替

big-更大字型,根據實際情況用h1~h6或者css裡面用font-size

small-更小字型,用font-size控制

u-底線。非連結文字用個屁底線…

center-用css的text-lign屬性拜託

menu-菜單已經跟ul度蜜月去了。

layer,blink,marquee。。。老掉牙的古董。我甚至不想解釋它們幹嗎用的。。。

font-字型樣式還是在css裡面定義好

相關文章

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.