Advertisement
Guest User

HTML example

a guest
Nov 11th, 2016
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>FrostCon RPG</title>
  5. <link rel="stylesheet" href="basic.css">
  6. </head>
  7. <body>
  8.  
  9. <div class="container">
  10.  
  11. <header style="text-align:left">
  12. <h1>FrostCon Community</h1>
  13. </header>
  14.  
  15. <div class="container2">
  16. <div class="cities">
  17. <h2>London</h2>
  18. <p>London is the capital of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p>
  19. <p>Standing on the River Thames, London has been a major settlement for two millennia, its history going back to its founding by the Romans, who named it Londinium.</p>
  20. </div>
  21. </div>
  22.  
  23. </nav>
  24. <div class="container1">
  25. <article id="article1">
  26. <h1>London</h1>
  27. <p>London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p>
  28. <p>Standing on the River Thames, London has been a major settlement for two millennia, its history going back to its founding by the Romans, who named it Londinium.</p>
  29.  
  30. </article>
  31. </div>
  32. <footer>
  33. <p id="p01">Copyright © FrostCon @ 2016</p>
  34. <em id="p02">Alpha Version 1</em>
  35. </footer>
  36.  
  37. </div>
  38.  
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement