标签:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>GETTING STARTED WITH BRACKETS</title> <meta name="description" content="An interactive getting started guide for Brackets."> <link rel="stylesheet" href="main.css"> </head> <body> <h1>The Uses of <code>font-variant</code> On the Web</h1> <p>The property <code>font-variant</code> is very interesting...</p> </body> </html>
h1 { font-variant: small-caps; } h1 code, p { font-variant: normal; }
标签:
原文地址:http://www.cnblogs.com/fatoland/p/4886877.html