🚀 Hurry! Offer Ends In
00 Days
00 Hours
00 Mins
00 Secs
Enroll Now
X

__ टैग का उपयोग पैराग्राफ की शुरुआत को चिह्नित करने के लिए किया जाता है।

__ 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:

<p>This is a paragraph of text.</p>

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.

Latest Updates