Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Example</title>
-
- <!-- CSS -->
- <style>
- .example1 {
- font: 16px/22px Garamond, Georgia, serif;
- color:Yellow;
- }
- .bold {
- font-weight: bold;
- }
- .italic {
- font-style: italic;
- }
- </style>
-
- </head>
- <body>
- <!-- HTML -->
- <div class="example1">
- <p>‘Testing').</p>
Add Comment
Please, Sign In to add comment