2-19 编程练习这样作对吗
来源:2-19 编程练习
慕侠309804
2018-12-15 14:46:50
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>2-19 编程练习</title>
<style type="text/css">
.simplify{font:italic bold small-caps 16px "微软雅黑" ;color: red;}
.classcial{color: blue;font-weight: bold;font-variant:small-caps;font-size: 16px;font-family: "微软雅黑";}
</style>
</head>
<body>
<p class="simplify">Web前端攻城狮(Web font siege lion)</p>
<p class="classcial">css层叠样式表(Cascading Style Sheets)</p>
</body>
</html>
1回答
好帮手慕星星
2018-12-16
第二行中前面三哥哥单词应该是大写的哦:
代码设置没有问题。
祝学习愉快!
相似问题