
html/css
iteye_8105
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CSS “点 ”“井号”的含义and ID class区别
body{ font-family: Arial,sans-serif; color: #333333; line-height: 1.166; margin: 0px; padding: 0px;} #masthead{ margin: 0; padding: 10px 0px; bor...原创 2009-02-12 17:25:58 · 137 阅读 · 0 评论 -
CSS入门
标记选择器和id选择器,其实第二个例子中,两个都用一个id的用法是错误的 <html> <head> <title>标记选择器.class</title> <style type="text/css"> <!-- h4{ /* 标记选择器 */ color:red; font-size:18px; }..原创 2009-11-26 20:31:01 · 87 阅读 · 0 评论