Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Page Title</title>
  5. </head>
  6. <body>
  7. <div id="A">This is the first Div Tag</div>
  8. <div id="B">This is the second Div Tag</div>
  9. <div id="C">This is the third Div Tag</div>
  10. <div id="D">This is the fourth Div Tag</div>
  11.  
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement