
xhtml & css
Zyearn
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
xhtml & css 简易学习笔记(一)
xhtml和css是用来制作网页的语言。 1、推荐编辑软件: Notepad++ 2、一般格式 ....... ....... 3、给网页加title: xxxxxx原创 2012-07-19 19:56:09 · 1858 阅读 · 0 评论 -
xhtml & css 简易学习笔记(二)
1、List: unorder List: apple banana orange pineapple order List: apple banana orange pineapple 2、If xhtml is a core foundation, css is原创 2012-08-10 18:48:02 · 1779 阅读 · 0 评论 -
xhtml & css 简易学习笔记(三)
1、Child Selectors. what is a child, what is a parent? for example , is child of , is parent of 例: p > a{ color:red; font-size:30px; }原创 2012-08-27 17:33:12 · 1225 阅读 · 0 评论