Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

6. which of these is not a heading tag? <h2> <h4> </h6> <h8>

Question

  1. which of these is not a heading tag? <h2> <h4> </h6> <h8>

Explanation:

Brief Explanations

In HTML, heading tags range from <h1> to <h6>. Closing tags for headings are in the form </h1> - </h6>. <h8> is not a valid heading tag and </h6> is a closing tag not an opening one.

Answer:

D. <h8>