程序员人生 网站导航

CSS4种展现方式

栏目:htmlcss时间:2015-03-24 08:31:32

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”> </元素>


------分隔线----------------------------
------分隔线----------------------------

最新技术推荐