Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.31 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5.  
  6. </style>
  7. </head>
  8. <body>
  9.  
  10. <div>
  11.   <h2>London</h2>
  12.   <p>London is the capital of England.</p>
  13. </div>
  14.  
  15. <div>
  16.   <h2>Paris</h2>
  17.   <p>Paris is the capital of France.</p>
  18. </div>
  19.  
  20. <div>
  21.   <h2>Tokyo</h2>
  22.   <p>Tokyo is the capital of Japan.</p>
  23. </div>
  24.  
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement