標(biāo)準(zhǔn)制定
w3c 制定結(jié)構(gòu)和表現(xiàn)標(biāo)準(zhǔn)
ECMA 行為標(biāo)準(zhǔn)
web標(biāo)準(zhǔn)分類
結(jié)構(gòu) html
<標(biāo)簽 屬性="屬性值" 屬性="屬性值" > </標(biāo)簽>
表現(xiàn) css 語法
stylesheet
暫僅有 分開寫
css (Cascading Style Sheets)
選擇器{屬性:屬性值;
屬性:屬性值;
}
<!--內(nèi)部-->
<style type="text/css">
/*css語法*/
</style>
<!--外部-->
<link rel="stylesheet" type="text/css" href="css/index.css" />
<!--內(nèi)聯(lián)-->
<標(biāo)簽 style=" 屬性:屬性值; 屬性:屬性值; ">