老师,请检查下
来源:2-19 编程练习
慕前端5312453
2019-04-08 21:01:29
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
.special{
font:italic small-caps bold 24px "微软雅黑";
color:#ff0000;
}
.special1{
font-variant:small-caps;
font-weight:bold;
color:#0000ff;
}
</style>
</head>
<body>
<p class="special">web前端工程师(web front siege lion)</p>
<p class="special1">css层叠样式表(cascading style sheets)</p>
</body>
</html>
1回答
同学你好!
经测试代码效果实现很好~
如果帮助到了你,欢迎采纳,祝学习愉快!
相似问题