随笔分类 -  HTML & CSS

摘要:通配符选择器 Universal Selector* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}元素选择器 Element Type Selector... 阅读全文
posted @ 2014-11-25 14:46 tealane 阅读(131) 评论(0) 推荐(0)
摘要:1 2 3 4 5 Title of the document 6 7 8 9 The content of the document......10 11 标签没有结束标签。 对大小写不敏感。 无需type="text/css" 阅读全文
posted @ 2013-06-21 12:53 tealane 阅读(256) 评论(0) 推荐(0)
摘要:方式一:引入Google的HTML5.js线上文件1 2 3 方式二:自定义 1 自定义方式同时CSS需定义如下:1 article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block} 阅读全文
posted @ 2013-06-21 12:51 tealane 阅读(176) 评论(0) 推荐(0)