CSDN博客常用原生HTML标签汇总

吃可爱长大的小学妹 提交于 2019-12-26 04:50:47

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

标签:

<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


标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!