Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

11. which of the following will write the smallest heading? * 4 points …

Question

  1. which of the following will write the smallest heading? * 4 points <h1> picture </h1> <h3> picture </h3> <h6> picture </h6> <h8>picture<h8> other:

Explanation:

Brief Explanations

In HTML, heading tags range from <h1> (largest) to <h6> (the largest - numbered tag available in standard HTML). There is no <h8> tag in standard HTML. So among the valid tags, <h6> creates the smallest heading.

Answer:

C. <h6> Picture </h6>