11. which of the following will write the smallest heading? * 4 points <h1> picture </h1> <h3> picture </h3>…

11. which of the following will write the smallest heading? * 4 points <h1> picture </h1> <h3> picture </h3> <h6> picture </h6> <h8>picture<h8> other:
Answer
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>