这样可以吗
来源:2-19 编程练习
五仁胖子
2018-09-23 23:41:51
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
.a{font:italic small-caps bold 20px "微软雅黑";color:red;}
.b{font-variant:small-caps;font-weight:bold;color:blue;}
</style>
</head>
<body>
<p class="a">Web前端攻城狮(Web front siege lion)</p>
<p class="b">CSS层叠样式表(Cascading Style Sheets)</p>
</body>
</html>
1回答
樱桃小胖子
2018-09-24
效果实现的是可以的,继续加油~
相似问题