Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

4. what kind of tag is this <p>? * a heading start tag a paragraph star…

Question

  1. what kind of tag is this <p>? *

a heading start tag
a paragraph start tag
a heading end tag
a paragraph end tag

Explanation:

Brief Explanations

In HTML, the <p> tag is used to define a paragraph. It is the start - tag for a paragraph. End - tags in HTML have a forward slash like </p>. Headings are defined by tags like <h1> - <h6>.

Answer:

B. A paragraph start tag