dcammue

minimal_page.HTML

Oct 27th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Getting Down with HTML Exercises</title>
  6. </head>
  7. <body<h1> Getting Down with HTML Exercises</H1>
  8. <!-- content starts below here -->
  9. <h2> Elements</H2>
  10. <h3> Block-level Elements</h3>
  11. <h3> Inline Elements</h3>
  12. <h3> Object Elements</h3>
  13. <h3> Special Characters</h3>
  14. <h2> Lists</h2>
  15. <h3> Ordered</h3>
  16. <h3> Unordered</h3>
  17. <h3> Definition</h3>
  18. <h2> Tables</h2>
  19. <h2> Links</h2>
  20. <h3> Absolute</h3>
  21. <h3> Relative</h3>
  22. <h2> Images</h2>
  23. <!-- content ends above here -->
  24. </body>
  25. </html>
  26. World Wide Web Consortium validator
  27.  
  28. Hello Jeff, how are you?
  29. Jeff, this is my Exercises that I worked on.
  30. QUESTIONS;
  31.  
  32. 1) How do you use the w3c validator in the web page?
  33. 2) where do you place the w3c validator in the TEXT EDITOR?
Advertisement
Add Comment
Please, Sign In to add comment