QUESTION IMAGE
Question
the <hr> tag creates:
a header row
a horizontal rule
a hyperlink reference
a height restriction
which heading tag would display text larger than <h4>?
<h5>
<h3>
<h6>
none of the above
what is an important attribute to include with the <img> tag for accessibility?
title
alt
caption
description
Brief Explanations
- El primer enunciado no está completo, pero asumiendo que se refiere a HTML,
<hr>es una etiqueta que representa una regla horizontal. - En HTML, las etiquetas de encabezado
<h1>-<h6>van de mayor a menor tamaño. Así,<h3>tiene un tamaño mayor que<h4>. - Para la accesibilidad en la etiqueta
<img>en HTML, el atributoaltes importante ya que proporciona una descripción alternativa para los usuarios que no pueden ver la imagen (por ejemplo, usuarios con discapacidades visuales).
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
- A horizontal rule
- <h3>
- alt