摘要:CSS 2.1 style attributes and their valuesNameValuesbackground[ background-color || background-image || background-repeat || background-attachment || background-position ]background-attachmentscroll | ...
阅读全文
随笔分类 - HTML CSS
摘要:CSS 2.1 style attributes and their valuesNameValuesbackground[ background-color || background-image || background-repeat || background-attachment || background-position ]background-attachmentscroll | ...
阅读全文
摘要:使用三种方式来应用样式:1.直接应用于指定元素 p {font-size: 1em;}2.应用于指定class属性的元素<p class="special">This paragraph has the special class</p><h2 class="special">So does this headline</h2>.special {f...
阅读全文
摘要:标题:<h1>~<h6><pre>保 留 原 文 格 式</pre>换行标记<br>分段标记<p><font>X<sup>上标</sup> Y<sub>下标</sub></font><A href="http://portal.shanghaimar...
阅读全文
摘要:对于IE浏览器,由于“@”的存在,给href赋值时需在前面加个空格代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<html>2<body>3<aid="a_test1"href="http:...
阅读全文
|