Multiple choice

Which of the following statements is/are correct for HTML tags? (1) HTML tags are used to mark up HTML elements. (2) HTML tags are surrounded by the two characters < and >. (3) HTML tags are case sensitive. (4) HTML tags always come in pair.

  1. All 1, 2, 3, and 4

  2. Only 2, 3 and 4

  3. Only 1, 2, and 4

  4. Only 1, 2, and 3

  5. Only 1 and 2

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Both statements 1 and 2 are true. Statements 1 and 2 are correct while statement 3 is not because HTML is not case sensitive.