CSS——字体样式

1.有效的传递页面信息
2.美化网页,页面漂亮,吸引用户
3.凸显页面的主题
4.提高用户的体验

span标签:重点要突出的字,使用span套起来

欢迎学习<span id="title">Java</span>

 font-size   字体大小
 font-family  字体样式
 font-weight  字体粗细
 color    字体颜色

<style> body{ font-family:楷体; color:gray; } h1{ font-size:36px; } .p1{ font-weight:bold; } </style>

posted @ 2021-08-14 17:29  cengxuyuan  阅读(40)  评论(0)    收藏  举报