anasazhar

multiple

Nov 3rd, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.19 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>PAGE!!</title>
  5.     <style type="text/css">
  6.         h1, h2 {
  7.             color: blue;
  8.         }
  9.     </style>
  10. </head>
  11. <body>
  12.     <h1>BIG H1</h1>
  13.     <h2>BIG H2</h2>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment