2-19 编程练习作业提交
来源:2-19 编程练习
MiMicccc
2020-08-24 19:43:40
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <!-- 补充代码 --> <style> .web {color: red; font: italic small-caps bold 24px "黑体";} .css {color: blue; font-weight: bold; font-variant: small-caps;} </style> </head> <body> <!-- 补充代码 --> <p class="web">Web前端攻城狮(Web front siege lion)</p> <p class="css">CSS层叠样式表(Cascading Style Sheets)</p> </body> </html>
1回答
同学你好,代码正确,很棒,祝学习愉快!
相似问题