Advertisement
Billyeee

DOM Structure

Apr 23rd, 2021
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>The title</title>
  5. </head>
  6.  
  7. <body>
  8. <h1>The heading</h1>
  9. <div>
  10. <p>A summary</p>
  11. <p>A description</p>
  12. </div>
  13. </body>
  14. </html>
  15.  
  16.  
  17.  
  18.  
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement