推广 热搜: 行业  机械  设备    经纪  参数  教师  系统    蒸汽 

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

   日期:2022-04-29     移动:http://mip.xhstdz.com/quote/886.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样式:好看的颜色字体是有方法的

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样式:好看的颜色字体是有方法的

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>
<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样式:好看的颜色字体是有方法的

本文地址:http://www.xhstdz.com/quote/886.html    物流园网 http://www.xhstdz.com/ , 查看更多

特别提示:本信息由相关企业自行提供,真实性未证实,仅供参考。请谨慎采用,风险自负。


0相关评论
相关行业动态
推荐行业动态
点击排行
网站首页  |  关于我们  |  联系方式  |  使用协议  |  版权隐私  |  网站地图  |  排名推广  |  广告服务  |  积分换礼  |  网站留言  |  RSS订阅  |  违规举报  |  鄂ICP备2020018471号