内联:
<p style="样式名:样式值">在标签内部使用style属性设置元素css样式
块:
在head标签中使用style块
选择器:
id选择器:#id{}
标签选择器:标签{}
类选择器:.类名{}
<head>
<style type ="text/css">
选择器{
样式名:样式值;
样式名:样式值;
}
选择器{
样式名:样式值;
样式名:样式值;
}
</style>
</head>
外部文件:
<link type = "text/css" rel = "stylesheet" href = "css文件路径“>
.css文件,直接引入文件
样式:
width
height
background-color
display
border : width style color
绝对定位:
position:absolute;
left: right: 离左右边距离