__ टैग का उपयोग पैराग्राफ की शुरुआत को चिह्नित करने के लिए किया जाता है।
__ tags is used to mark a beginning of paragraph.
A)
B)
C)
D)
Explanation:
<p>
tags are used to mark the beginning (and end) of a paragraph in HTML.
Example:
This <p>
tag is used to enclose and define paragraphs in HTML documents. It automatically creates space before and after the paragraph, helping to structure content in a readable way.