HTML全局屬性ID

2018-01-05 13:58 更新

要應(yīng)用基于 id 屬性值的樣式,您在定義樣式時(shí)使用字符為前綴標(biāo)識(shí)。...


...

這些標(biāo)識(shí)符通常用于應(yīng)用樣式到元素或使用JavaScript選擇元素。

句法

<element id="id">

屬性值

id
uniqe id for element

瀏覽器兼容性

id Yes Yes Yes Yes Yes


例子

以下代碼使用 id 屬性添加樣式到元素。

<!DOCTYPE HTML>
<html>
<style>
#w3clink   {
    background:grey; 
    color:white; 
    padding:5px;
    border:thin solid black;
}
</style>
<body>
    <a href="http://o2fo.com">web site</a>
    <br/>
    <a id="w3clink"   rel="external nofollow" target="_blank" >W3C web site</a>
</body>
</html>

Click to view the demo

要應(yīng)用基于 id 屬性值的樣式,您在定義樣式時(shí)使用字符為前綴標(biāo)識(shí)。



以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)