小樱知识 > 生活常识html中字体颜色怎么设置(设置html字体颜色方法解析)

html中字体颜色怎么设置(设置html字体颜色方法解析)

提问时间:2022-03-16 14:58:05来源:小樱知识网


HTML 样式实例 – 背景颜色

background-color 属性为元素定义了背景颜色:

<html><body style="background-color:yellow"><h2 style="background-color:red">This is a heading</h2><p style="background-color:green">This is a paragraph.</p></body></html>

HTML样式:好看的颜色字体是有方法的

HTML 样式实例 – 字体、颜色和尺寸

font-family、color 以及 font-size 属性分别定义元素中文本的字体系列、颜色和字体尺寸:

<html><body><h3 style="font-family:verdana">A heading</h3><p style="font-family:arial;color:red;font-size:20px;">A paragraph.</p></body></html>

HTML样式:好看的颜色字体是有方法的

HTML 样式实例 – 文本对齐

text-align 属性规定了元素中文本的水平对齐方式:

<html><body><h3 style="text-align:center">This is a heading</h3><p>The heading above is aligned to the center of this page.</p></body></html>

HTML样式:好看的颜色字体是有方法的

HTML 样式实例 – 综合

<html><body><h3 style="background-color:yellow;text-align:center">This is a heading</h3><h2 style="background-color:red;text-align:center">This is a heading</h2><p style="background-color:green;text-align:center">This is a paragraph.</p><h3 style="font-family:verdana;text-align:center">A heading</h3><p style="font-family:arial;;text-align:center;color:red;font-size:20px;">A paragraph.</p></body></html>

HTML样式:好看的颜色字体是有方法的

以上内容就是为大家推荐的html中字体颜色怎么设置(设置html字体颜色方法解析)最佳回答,如果还想搜索其他问题,请收藏本网站或点击搜索更多问题

内容来源于网络仅供参考
二维码

扫一扫关注我们

版权声明:所有来源标注为小樱知识网www.xiaoyin02.com的内容版权均为本站所有,若您需要引用、转载,只需要注明来源及原文链接即可。

本文标题:html中字体颜色怎么设置(设置html字体颜色方法解析)

本文地址:https://www.xiaoyin02.com/shcs/122622.html

相关文章