CSS4种展现方式
来源:程序员人生 发布时间:2015-03-24 08:31:32 阅读次数:2665次
1嵌入式,直接写到网页中
<style type="text/css"> css样式 如: p{ color:red;}</style>
2.链接式
<style href="..../xx.css" type="text/css"> </style>
3.引入式
<style type="text/css"> @import url(.../xxx.css) </style>
4.直接写入html内容中
<元素 algin=“center/right”> </元素>
生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠