How to Use the <p> tag.
The <p> is used in HTML to add text to a webpage. For example:
<HTML> <body> <p> INSERT YOUR DESIRED TEXT HERE! </p> </body> </HTML>
Will show up as:
INSERT YOUR DESIRED TEXT HERE!
The <p> is used in HTML to add text to a webpage. For example:
<HTML> <body> <p> INSERT YOUR DESIRED TEXT HERE! </p> </body> </HTML>
Will show up as:
INSERT YOUR DESIRED TEXT HERE!