欢迎分享,转载请注明来源:内存溢出
html中字体颜色怎么设置_设置html字体颜色方法解析
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><h1 style="font-family:verdana">A heading</h1><p style="font-family:arial;color:red;font-size:20px;">A paragraph.</p></body></html>HTML样式:好看的颜色字体是有方法的HTML 样式实例 – 文本对齐text-align 属性规定了元素中文本的水平对齐方式:<html><body><h1 style="text-align:center">This is a heading</h1><p>The heading above is aligned to the center of this page.</p></body></html>HTML样式:好看的颜色字体是有方法的HTML 样式实例 – 综合<html><body><h1 style="background-color:yellow;text-align:center">This is a heading</h1><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><h1 style="font-family:verdana;text-align:center">A heading</h1><p style="font-family:arial;;text-align:center;color:red;font-size:20px;">A paragraph.</p></body></html>HTML样式:好看的颜色字体是有方法的
赞
(0)
打赏
微信扫一扫
支付宝扫一扫
js日期加一天的公式_js获取下一天的日期的方法
上一篇
2022-04-17
word怎么编号格式自动排序_编号格式设置技巧
下一篇
2022-04-17
评论列表(0条)