关于html设置字体的颜色
发布网友
发布时间:2022-04-22 04:54
我来回答
共2个回答
热心网友
时间:2022-04-19 07:14
设置一下字体颜色跟背景色就行了,参考代码如下:
<html>
<head>
<title>字体颜色设置</title>
<style type="text/css">
.font{
color: red;
background: yellow;
}
</style>
</head>
<body>
<span class="font">字体的颜色设置</span>
</body>
</html>
效果:
热心网友
时间:2022-04-19 08:32
function inorder($root)
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
configure:3438: $? = 0
configure:3427: gcc -V >&5
llvm-gcc-4.2: argument to `-V' is missing
configure:3438: $? = 1
configure:3427: gcc -qversion >&5
i686-apple-darwin11-llvm-gcc-4.2: no input files
configure:3438: $? = 1