Quiz #1 HTML

The quiz will be multiple choice. You should be able to identify the following:

  1. HTML: Hypertext Markup Language
  2. HTTP: Hypertext Transfer Protocol
  3. FTP: File Transfer Protocol
  4. absolute vs. relative urls
  5. index.html
  6. Basic HTML structure for a page: <html><head></head><body></body></html>
  7. <title></title>
  8. HTML syntax: <element attribute=”value”></element>
  9. HTML5 semantic elements: p, img, header, nav, article, section, aside, footer
  10. parents and children (nested elements)
  11. block vs. inline
  12. headings: h1-6
  13. <div> and <span>
  14. <p>, <em>, <small>, <br>, <img>
  15. attributes: id and class, style
  16. <a>: anchor (internal) and external links
  17. doctype declaration: <!DOCTYPE html>
  18. HTML commenting: <!-- comment -->

Leave a Reply

Your email address will not be published. Required fields are marked *