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

how do you indicate a new paragraph? <img>content</img> <a >content</a> <p>content</p> <em>content</em>
Answer
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>