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”> </元素>
时间: 2024-11-06 10:01:13