Name:
CSE 322, Fall 2018: Quiz 1

All questions pertain to HTML unless otherwise stated.

1. A user-interactive, user-friendly HTTP client is more commonly known as:
2. What does the abbreviation HTML expand to?
3. What are the three necessary syntactic components of a non-empty element?
4. What is the default textual effect of the <i> element?
5. What is the default textual effect of the <b> element?
6. What is the default textual effect of the <s> element?
7. Name one of the available heading elements.
8. Which of the following is an inline element?
  • A) The <p> element
  • B) The <s> element
  • C) The <title> element
  • D) The <head> element
9. Which of the following is a block-level element?
  • A) The <p> element
  • B) The <s> element
  • C) The <title> element
  • D) The <head> element
10. Which of the following elements should be inside the <head> element?
  • A) The <a> element
  • B) The <hr> element
  • C) The <body> element
  • D) The <title> element