编辑下面的代码:【加编码】
<html> <head> <style> p.normal {font-variant:normal;} p.small {font-variant:small-caps;} </style> </head> <body> <p class="normal">My name is Hege Refsnes.</p> <p class="small">My name is Hege Refsnes.</p> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂