文字标签和样式:
颜色:
color:red;
color:rgb(28,28,28);
color:#8A2BE2
*{
margin: 10px auto;//上下边距10px 居中
padding: 0; //内边距:0
width: 1000px; //宽度1000px
}
标签样式
h1{
font-size:40px; 文字大小
color:#A52A2A;
font-family: "华文行楷"; 字体
font-weight: bold; 粗细
}
h3{
font-family: "楷体"; 字体
font-size: 20px; 字号
color: #696969; 颜色
text-align: center; 文字对齐方式
}
类样式
<strong></strong>加粗
<em></em>倾斜
<del></del>加删除线
<ins></ins>加下划线
.zw{
line-height: 25px;//行间距
margin-bottom: 30px;//段落间距
}
图文混排:
<img src="">
alt 图不能显示时,文字说明
title
width
height
border
vspace 垂直边距
hspace 水平边距
align:left center right