天天看點

01CSS使用方法CSS使用方法

CSS使用方法

内聯定義

内聯定義即是在對象的标記内使用對象的style屬性定義适用其的樣式表屬性。

内部樣式表

<style type="text/css"></style>

鍊入外部樣式表

<link rel="stylesheet " type="text/css" href="樣式表的位址 " target="_blank" rel="external nofollow" >

轉載于:https://www.cnblogs.com/Aha-Best/p/10913121.html