Wednesday 2 May 2018

Paragraph Tag in HTML

Paragraph Tag

The <p> tag offers a way to structure your text into different paragraphs. Each paragraph of text should go in between an opening <p> and a closing </p> tag as shown below in the example −

Example

<!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.

No comments:

Post a Comment

کسی کے فون کو چھونے کے بغیر اسے کیسے ہیک کریں؟

    آج ٹکنالوجی کی آمد کے ساتھ ، ہماری بیشتر معلومات آن لائن ہیں ، اور چاہے کوئی کتنا ہی کہے ، ہمارا ڈیٹا غیر محفوظ ہے۔ آپ نے ہیکنگ ، اخلاق...