CSS中 font: 28px Verdana;是什么意思?
<html><head><styletype="text/css">h1{font:28pxVerdana;color:bluebackground:red;}</sty...
<html>
<head>
<style type="text/css">
h1 {
font: 28px Verdana;
color: blue background: red;
}
</style>
</head>
<body>
<h1>This is heading 1</h1>
</body>
</html>
为什么赋值颜色是蓝色,背景颜色是红色,出来结果为什么是黑色?
font: 28px Verdana;是什么意思? 展开
<head>
<style type="text/css">
h1 {
font: 28px Verdana;
color: blue background: red;
}
</style>
</head>
<body>
<h1>This is heading 1</h1>
</body>
</html>
为什么赋值颜色是蓝色,背景颜色是红色,出来结果为什么是黑色?
font: 28px Verdana;是什么意思? 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询