Html Paragraphs

The <p> tag defines a paragraph. Using this tag, we can split long text. A blank line above and below the text of the paragraph.

Syntax
<p align="center">..</p>
Example
Note
  • The <p> element can have an attribute called align, which is used to define the the alignment for the text of the paragraph.
  • The align attribute can have the values "left", "center", "right" or "justify". The default value is "left"
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +