Multiple choice technology web technology

Which tag/tags defines HTML headings?

  1. h3

  2. h7

  3. h6

  4. h5

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

HTML defines headings from

through

- all of these are valid. does not exist in HTML. Therefore h3, h5, and h6 are correct heading tags while h7 is invalid.