Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

how do you indicate a new paragraph? <img>content</img> <a >content</a>…

Question

how do you indicate a new paragraph? <img>content</img> <a >content</a> <p>content</p> <em>content</em>

Explanation:

Brief Explanations

In HTML, the <p> tag is used to define a paragraph. The <img> tag is for images, <a> is for hyper - links, and <em> is for emphasizing text.

Answer:

C. <p>content</p>