HTML questions

The following list indicates, without restriction, the kinds of questions that could be asked. On exams you will be given a choice of 5 potential answers.
  1. What does HTML stand for ?
  2. Which of the following correctly creates a hyperlink ?
  3. Which of the following is correct HTML for displaying an image ?
  4. In HTML comments start with what characrers and end with what characters ?
  5. HTML is intended to do what ?
  6. The <div> tag is used to do what ?
  7. Every HTML element has a parent element except which one ?
  8. If some text is preceded by <b><i> then it must be followed by what ?
  9. In HTML ordered lists and unordered lists are specified using (in order) what tags?
  10. Which of the following is the correct HTML to refer to an external style sheet style.css ?
  11. The difference between the <div> and <span> HTML elements is what ?
  12. Within an HTML file JavaScript appears inside which HTML element ?
  13. In HTML which attribute is used to identify an element uniquely ?
  14. In HTML, which of the following tags are related to <table> ?
  15. The customary file name of a home page in html is given by what ?
  16. Which of the following is the correct HTML syntax for referring to an external JavaScript script called foo.js" ?
  17. Which of the following would replace the contents of a web page with "All Gone" ?