我的天空,我的世界

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  HTML CSS

摘要:CSS 2.1 style attributes and their valuesNameValuesbackground[ background-color || background-image || background-repeat || background-attachment || background-position ]background-attachmentscroll | ... 阅读全文
posted @ 2010-06-13 17:52 eaglegrace 阅读(532) 评论(0) 推荐(0)

摘要:使用三种方式来应用样式: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... 阅读全文
posted @ 2010-03-25 18:20 eaglegrace 阅读(115) 评论(0) 推荐(0)

摘要:标题:<h1>~<h6><pre>保 留 原 文 格 式</pre>换行标记<br>分段标记<p><font>X<sup>上标</sup> Y<sub>下标</sub></font><A href="http://portal.shanghaimar... 阅读全文
posted @ 2010-01-18 10:13 eaglegrace 阅读(215) 评论(0) 推荐(0)

摘要:对于IE浏览器,由于“@”的存在,给href赋值时需在前面加个空格代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1<html>2<body>3<aid="a_test1"href="http:... 阅读全文
posted @ 2009-12-08 11:44 eaglegrace 阅读(636) 评论(0) 推荐(0)