8u

Font style html

8u
Aug 20th, 2021 (edited)
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Example</title>
  5. <!-- CSS -->
  6. <style>
  7. .example1 {
  8.   font: 16px/22px Garamond, Georgia, serif;
  9.   color:Yellow;
  10.   }
  11. .bold {
  12.   font-weight: bold;
  13.   }
  14. .italic {
  15.   font-style: italic;
  16.   }
  17. </style>
  18. </head>
  19. <body>
  20.    
  21. <!-- HTML -->
  22. <div class="example1">
  23. <p>‘Testing').</p>
Add Comment
Please, Sign In to add comment