QUESTION IMAGE
Question
the <b> tag and which other tag have similar visual effects? how many heading levels are available in html? which tag would you use to create a clickable email link? what is the correct way to write a self - closing tag?
Brief Explanations
- La etiqueta
<b>se utiliza para negrita y la etiqueta<strong>también da énfasis visual similar (negrita en la mayoría de los casos). - En HTML, hay 6 niveles de encabezados:
<h1>,<h2>,<h3>,<h4>,<h5>y<h6>. - La etiqueta
<a>se utiliza para crear enlaces, incluyendo enlaces de correo electrónico al usar el atributohref="mailto:dirección@ejemplo.com". - Las etiquetas autoclausuradas en HTML se escriben con una barra diagonal al final, como
<br/>.
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.
<strong> - C. 6
- B.
<a> - A.
<br/>