QUESTION IMAGE
Question
- which of the following will write the smallest heading? * 4 points <h1> picture </h1> <h3> picture </h3> <h6> picture </h6> <h8>picture<h8> other:
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. <h6> Picture </h6>