Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

10. which of the following will write the smallest heading? * <h1> pict…

Question

  1. which of the following will write the smallest heading? * <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 last valid heading tag). <h8> is not a standard HTML heading tag. Among the valid ones, <h6> is the smallest.

Answer:

C. <h6> Picture </h6>