CSDN博客常用原生HTML标签汇总(帮助你写出优美的博客文章)

场景一:给文字添加块背景,一般在文章总结处使用

标签:

<blockquote>总结:今天天气不错</blockquote>

效果:

总结:今天天气不错

场景二:字体、大小、颜色处理

标签:

<font size="3" color="red">This is some text!</font>
<font size="2" color="blue">This is some text!</font>
<font face="verdana" color="green">This is some text!</font>

效果:

This is some text!
This is some text!
This is some text!

参考:https://zhidao.baidu.com/question/557299414.html


如果想要代码的话可以加qq群:797853299

发布了126 篇原创文章 · 获赞 9 · 访问量 1万+

猜你喜欢

转载自blog.csdn.net/Brave_heart4pzj/article/details/103695892
今日推荐