Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> title </title>
  4. <body>
  5. <div id="main">
  6. <div id="content2"> this is content2</div>
  7. <div id="content3"> this is content3</div>
  8. </div>
  9. </body>
  10. </html>
  11.  
  12. <html>
  13. <head>
  14. <title> title </title>
  15. <body>
  16. <div id="main">
  17. <div id="content1"> this is content1</div>
  18. <a href="#"> get content</a>
  19. </div>
  20. </body>
  21. </html>
  22.  
  23. <html>
  24. <head>
  25. <title> title </title>
  26. <body>
  27. <div id="main">
  28. <div id="content1"> this is content1</div>
  29. <div>this is content2</div>
  30. <div>this is content3</div>
  31. </div>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement