Advertisement
shadowswitness

Untitled

Jun 12th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5. <title>
  6. New Beginnings
  7. </title>
  8. <meta charset="UTF-8"/>
  9.  
  10. </head>
  11. <body>
  12. <h1>Now it is time for unordered and ordered pair</h1>
  13. <h
  14.  
  15. <p>Movie list:</p>
  16.  
  17. <ul>
  18.     <li>Transformers: Revenge of the Fallen</li>
  19.     <li>Contraband</li>
  20.     <li>Four Brothers</li>
  21.     <li>Shaun of the Dead</li>
  22. </ul>
  23.  
  24. <p>Alphabetical Order Numbered:</p>
  25. <ol>
  26.     <li>Contraband</li>
  27.     <li>Four Brothers</li>
  28.     <li>Shaun of the Dead</li>
  29.     <li>Transformers: Revenge of the Fallen</li>
  30. </ol>
  31.  
  32.  
  33.  
  34. <a href="https://p2pu.org">Groups</a>
  35.  
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement