MCQ
Which HTML tag is used to define a paragraph?
A <p>
B <para>
C <paragraph>
D <text>
Explanation

The <p> tag defines a paragraph in HTML. It automatically adds space before and after the content.