好像没有实现小型的大写字母
来源:2-19 编程练习
慕虎6982182
2018-09-27 00:14:06
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<!-- 补充代码 -->
<style type="text/css">
.p1{font:italic small-caps bold 16px "微软雅黑";color:red;}
.p2{font-variant:small-caps;font-weight:bold;color:blue;}
</style>
</head>
<body>
<!-- 补充代码 -->
<div>
<p class="p1">web前端工程师(web front sige lion)</p>
<p class="p2">css层叠样式(cascding style sheets)</p>
</div>
</body>
</html>
1回答
慕虎6982182
提问者
2018-09-27
哦哦哦,原来是单词首字母要大写,才能实现题目效果
相似问题
回答 1
回答 2