Advertisement
rotgold

myfirstpage

Jun 26th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.     <title>myfirstpage</title>
  5.     <meta charset="UTF-8" />
  6.     </head>
  7.         <body>
  8.             <h1>What is new?</h1>
  9.                 <p>I am learning the basics of html5 and <br />
  10.                 now I am already creating my first <br />
  11.                 page marked up with html5</p>
  12.             <h2>Places to learn how to use html5</h2>
  13.                 <ul>
  14.                     <li>P2PU</li>
  15.                     <li>W3shool</li>
  16.                 </ul>
  17.                 <p>These are just two examples for places where<br />
  18.                 you can learn how to use html5</p>
  19.         </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement