Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

html tags and elements assessment name? what is the primary purpose of …

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>

Explanation:

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.

Answer:

  1. C. To define a paragraph of text
  2. A. <hr>