网页平面设计 CSS
摘要:
1、在html中引入css的方法 1.行内式 行内式即在标记的style属性中设定CSS样式,这种方式本质上没有体现出CSS的优势,因此不推荐使用。 例如:<h1 style="属性名称:属性值;">这是一行文本/h1> 2.嵌入式 嵌入式将对页面中各种元素的设置写在<head></head>之间。 阅读全文
posted @ 2016-03-03 11:37 你家姑爷 阅读(248) 评论(0) 推荐(0)
posted @ 2016-03-03 11:37 你家姑爷 阅读(248) 评论(0) 推荐(0)
posted @ 2016-02-25 22:18 你家姑爷 阅读(730) 评论(1) 推荐(0)