请老师检查谢谢~
来源:2-16 编程练习
Dreamboat丶C
2022-02-13 23:10:28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<!-- 补充代码 -->
<style>
.web {
font: italic bold 14px/1.5 "";
color: red;
}
.css {
color: blue;
font-weight: bold;
}
</style>
</head>
<body>
<!-- 补充代码 -->
<p class="web">Web前端攻城狮(Web front siege lion)</p>
<p class="css">css层叠样式表(Cascading Style Sheets)</p>
</body>
</html>
1回答
同学你好,代码实现是正确的,继续加油,祝学习愉快~