国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > CSS > 正文

css教程:css指令,兼容,注釋,selector

2024-07-11 08:24:52
字體:
供稿:網(wǎng)友
1.2 跟css有關(guān)的標(biāo)記,指令1.2.1 link<link rel="stylesheet" type="text/css" href="sheet1.css" media="all" />link標(biāo)記的用意是允許將html與其他文檔相關(guān)聯(lián)。Css用link將css文檔與html文檔想關(guān)聯(lián)。Css文檔雖然不是html的一部分,但是被html使用,從外部style sheets引入它。Link在head元素內(nèi),但是不能放在任意head子元素的內(nèi)部,比如title。Css文檔的后綴名雖然不要求,但是有些瀏覽器不能識別非“.css”的文件。Link的屬性: rel:代表relation,設(shè)為stylesheet。 type:描述數(shù)據(jù)的類型,設(shè)為text/css,告訴瀏覽器style sheet是css格式的。以后還會有其他的style sheet,比如xsl。 href:style sheet的url。 Media:指定style sheet的使用范圍。下列大多數(shù)值還不被任何瀏覽器支持,常用的是all,print,screen。Opera支持projection。可以為media指定多個值,比如media="screen, projection"all Use in all presentational media.aural Use in speech synthesizers, screen readers, and other audio renderings of the document.braille Use when rendering the document with a Braille device.embossed Use when printing with a Braille printing device.handheld Use on handheld devices like personal digital assistants or web-enabled cell phones.print Use when printing the document for sighted users and also when displaying a "print preview" of the document.projection Use in a projection medium, such as a digital projector used to present a slideshow when delivering a speech.screen Use when presenting the document in a screen medium like a desktop computer monitor. All web browsers running on such systems are screen-medium user agents.tty Use when delivering the document in a fixed-pitch environment like teletype printers.tv Use when the document is being presented on a television. Title:利用title定義多個css文檔相互替換的關(guān)系。 比如存在如下定義: <link rel="stylesheet" type="text/css" href="sheet1.css" title="Default" /><link rel="alternate stylesheet" type="text/css" href="bigtext.css" title="Big Text" /><link rel="alternate stylesheet" type="text/css" href="zany.css" title="Crazy colors!" />那么能同時支持多個css定義的瀏覽器中會有如下表現(xiàn): 還可以通過將title設(shè)定為相同的value來分組:
<link rel="stylesheet" type="text/css"
href="sheet1.css" title="Default" media="screen" />
<link rel="stylesheet" type="text/css"
href="print-sheet1.css" title="Default" media="print" />
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 孟村| 湛江市| 多伦县| 道孚县| 万宁市| 赫章县| 塔河县| 从化市| 大英县| 阳江市| 夹江县| 溧水县| 安国市| 行唐县| 浮山县| 江都市| 宣武区| 房产| 山丹县| 洛浦县| 十堰市| 兴城市| 皋兰县| 张家港市| 麟游县| 惠安县| 铜川市| 靖州| 吉林省| 山阴县| 丰镇市| 东山县| 扶沟县| 海宁市| 五寨县| 江陵县| 佛教| 平乡县| 肇东市| 眉山市| 循化|