css教程:css指令,兼容,注释,selector
作者 佚名技术
来源 CSS技术
浏览
发布时间 2012-03-04
1.2 跟css有关的标记,指令 1.2.1 link <link rel="stylesheet" type="text/css" href="sheet1.css" media="all" /> link标记的用意是允许将html与其他文档相关联。Css用link将css文档与html文档想关联。 Css文档虽然不是html的一部分,但是被html使用,从外部style sheets引入它。 Link在head元素内,但是不能放在任意head子元素的内部,比如title。 Css文档的后缀名虽然不要求,但是有些浏览器不能识别非“.css”的文件。 Link的属性: rel:代表relation,设为stylesheet。 type:描述数据的类型,设为text/css,告诉浏览器style sheet是css格式的。 以后还会有其他的style sheet,比如xsl。 href:style sheet的url。 Media:指定style sheet的使用范围。下列大多数值还不被任何浏览器支持,常 用的是 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文档相互替换的关系。 比如存在如下定义: |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: Css Reset(复位)的简单介绍下一篇: CSS入门教程:网页首字下沉
关于css教程:css指令,兼容,注释,selector的所有评论