QUESTION IMAGE
Question
html tags and elements assessment
name?
what is the primary purpose of the <p> tag in html?
to create a hyperlink
to create a line break
to define a paragraph of text
to insert an image
which tag is used to create a horizontal line across the webpage?
<hr>
<br>
<b>
<hl>
Brief Explanations
En HTML, la etiqueta <p> se utiliza para definir un párrafo de texto. Y la etiqueta <hr> se utiliza para crear una línea horizontal en una página web.
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. To define a paragraph of text
- A.
<hr>