HTML Color
超文本:指网页中的内容(超链接,图片,视频等) 标记:指标签 网页通过浏览器进行解释执行,通过标签可以对网页中的内容进行解释
html颜色代码表
https://www.cnblogs.com/qqq789001/p/15119307.html
<div class="center" >
<img src="https://nxmes.cn/upload/upload/1096049cb5f78d4fbd2e11e11ea94c70.png" width=" 300">
</div>
<p align="center" style="color:red;font-size:18px;">字体样式</p>
<div class="center" style="color:red;font-size:20px;">块居中</div>