目录
1 网页样式
1.1 引入方法
1.1.1内联样式
<标记名 style="样式属性:样式属性值;样式属性:样式属性值;·······"></标记名>
<div style="font-size:20px; line-height:30px; text-align:center: ">设置想要输入的文本</div>
1.1.2内部样式表
在中引入
标签:网页,1.1,样式,布局,样式表,选择器,css From: https://www.cnblogs.com/aixiaohou/p/16916999.html