请检查作业
来源:2-19 编程练习
明年今日丶Mrz
2019-09-05 16:33:02
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
.p1{font:italic small-caps bold 1em "微软雅黑";color: red;}
.p2{color: blue;font-weight: bold;font-variant: small-caps;}
</style>
<!-- 补充代码 -->
</head>
<body>
<!-- 补充代码 -->
<div>
<p class="p1">web前端攻城狮(web front siege lion)</p>
<p class="p2">css层叠样式表(cascading style sheets)</p>
</div>
</body>
</html>
1回答
同学你好,
老师运行了你的代码,效果是正确的,继续努力哦~
如果我的回答帮助了你,欢迎采纳,祝学习愉快~
相似问题