Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Cursive Example</title>
  6. <link rel="stylesheet" href="stylesheets/main.css" type="text/css">
  7. </head>
  8.  
  9. <body>
  10.  
  11. <h1 class="serif">This is a phrase written with <em>serif</em> general font family.</h1>
  12. <h1 class="sans-serif">This is a phrase written with <em>sans-serif</em> general font family.</h1>
  13. <h1 class="monospace">This is a phrase written with <em>monospace</em> general font family.</h1>
  14. <h1 class="cursive">This is a phrase written with <em>cursive</em> general font family.</h1>
  15. <h1 class="fantasy">This is a phrase written with <em>fantasy</em> general font family.</h1>
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement