css中font字体颜色怎么设置
程序员文章站
2022-03-17 09:33:55
...
css中font字体颜色的设置方法:1、直接使用font标签;2、使用p标签,代码为【<p style="color:red;">123.】;3、使用span标签,代码为【<span style="color:red;"></span>】。
本教程操作环境:windows7系统、css3版,DELL G3电脑。
css中font字体颜色的设置方法:
方法一、直接使用font
标签:
<font color='red'>123</font>
方法二、使用p
标签
<p style="color:red;">123</p>
方法三、使用span
标签
<span style="color:red;"></span>
最后,方法2、3上面,都可以将内联style改为class引用样式的方式,如下:
相关教程推荐:CSS视频教程
以上就是css中font字体颜色怎么设置的详细内容,更多请关注其它相关文章!
上一篇: css div如何居中显示
下一篇: css字体样式属性有哪些
推荐阅读
-
不知大家遇到过这种问题么,一个层宽度设为100%,并设置背景图片,在浏览器中浏览,缩小窗口到滚动条出现,然后拖动滚动条到右侧,右侧的区域变成空白,怎么解决?_html/css_WEB-ITnose
-
使用css3背景渐变中的透明度来设置不同颜色的背景渐变_html/css_WEB-ITnose
-
css怎么设置a标签颜色
-
html中怎么设置字体透明度
-
css中背景(属性、颜色、图片)设置总结分享
-
详解如何在css中引入自定义字体(font-face)
-
android studio怎么设置android Logcat字体颜色?
-
outlook 2013右键主题怎么设置字体和颜色?
-
css设置字体样式属性(分享css设置字体颜色的代码)
-
Android Studio代码中的关键字怎么设置颜色?