HTML-----样式(背景颜色,字体颜色,字体大小,各种各样的字体)
程序员文章站
2022-07-10 20:20:50
...
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>样式</title>
</head>
<body style="background-color:powderblue;">
<h1 align="center">样式</h1>
<!--标题居中排列- <p style="font-family:verdana;color:red">verdana是字体</p>
<p style="font-family:times;color:red">times是字体</p>
<p style="font-size:30px">size是字体大小</p>
<p style="font-family:times;color:red"><b>粗体</b>字体</p>
<p style="font-family:times;color:red"><big>大号字</big>字体</p>
<p style="font-family:times;color:red"><em>着重文字</em>字体</p>
<p style="font-family:times;color:red"><i>斜体</i>字体</p>
<p style="font-family:times;color:red"><small>小号字</small>字体</p>
<p style="font-family:times;color:red"><strong>加重语气</strong>字体</p>
<p style="font-family:times;color:red"><sub>定义下标字</sub>字体</p>
<p style="font-family:times;color:red"><sup>定义上标字</sup>字体</p>
<p style="font-family:times;color:red"><ins>定义插入字</ins>字体</p>
<p style="font-family:times;color:red"><del>删除字</del>字体</p>
</body>
</html>
上一篇: 在SpringBoot中访问静态资源
下一篇: Linux安装Nginx(离线状态下)
推荐阅读
-
linux shell之控制台打印各种颜色字体和背景的实现方法
-
Clion、IEDA、pycharm的一些简单设置步骤(设置中文菜单、输出中文、字体大小、背景颜色主题)
-
android spinner,自定义字体大小颜色背景位置
-
在shell或者perl中改变字体或背景的颜色
-
swift修改UITextfield的Placeholder字体大小和颜色
-
同一个label显示不同的字体大小和字体颜色
-
关于Linux系统(Ubuntu14.04)上QComboBox设置qss样式表字体颜色color属性不生效或只对下拉列表生效的解决方案
-
HTML-----样式(背景颜色,字体颜色,字体大小,各种各样的字体)
-
Word页面背景颜色(非白色)及字体背后的灰色背景如何去掉
-
Android中自定义Spinner字体大小、颜色等样式 改变下拉选项的高度