Advertisement
Guest User

Untitled

a guest
Mar 26th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.   <title>Page Title</title>
  5.  
  6.   <style>
  7.     body {background: #B8B8B8; text-align: center;}
  8.     h1 {background: #777;}
  9.     h2 {font-family: monotype corsiva; color: #33D;}
  10.     p {color: #33D;}
  11.     p2 {color: #FF0099; font-family: arial black;}
  12.     button {color: #32B;}
  13.     p3 {color: #FF0000;}
  14.   </style>
  15. </head>
  16.  
  17. <body>
  18.   <h1>Um, dois, três indiozinhos</h1>
  19.   <h2>Quatro, cinco, seis indiozinhos</h2>
  20.   <p>Sete, oito, nove indiozinhos.</p>
  21.   <p2>Dez no pequeno bote!.</p2><br/>
  22.   <br/>
  23.   <p5>Go to the site <a href="http://heyyeyaaeyaaaeyaeyaa.com/" target="_blank">"I SAY HEY!"</a> and have fun.</p>
  24.     <br/><button
  25.       type="button"
  26.       onclick="document.getElementById('demo').innerHTML = Date()">
  27.        Click me to display Date and Time.
  28.     </button><br/>
  29.     <br/><p3 id="demo"></p>
  30.  
  31. </body>
  32.  
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement