Paragraph Tag

<p> टैग आपके टेक्स्ट को अलग-अलग पैराग्राफ में संरचित करने का एक तरीका प्रदान करता है। टेक्स्ट के प्रत्येक पैराग्राफ को ओपनिंग <p> और क्लोजिंग </p> टैग के बीच में जाना चाहिए जैसा कि उदाहरण में नीचे दिखाया गया है –

<!DOCTYPE html>
<html>

   <head>
      <title>Paragraph Example</title>
   </head>
	
   <body>
      <p>Here is a first paragraph of text.</p>
      <p>Here is a second paragraph of text.</p>
      <p>Here is a third paragraph of text.</p>
   </body>
	
</html>

This will produce the following result −

Here is a first paragraph of text.

Here is a second paragraph of text.

Here is a third paragraph of text.

If you want to join my online or offline graphic designing course than just call me - 9334029817

Related Posts

Leave a Reply