5.
Which of the following tags is used to create a paragraph in HTML?
<paragraph>
<div>
<span>
<p>
Correct: D
The <p> tag is used to create a paragraph in HTML. A paragraph starts on a new line and is usually a block of text, but can be any structural grouping of related content, such as images or form fields.