HTML Paragraphs
The Paragraph tag is very importent in publishing writen contents.
The Paragraph tag starts with <p> and end with </p>
The Syntax:
<p>
Paragraph content
</p>
Example code:
<p>
We are learing to create Paragraph in HTML.
</p>
Adding the paragraph tag automatically adds s blank line above and below the text of the paragraph.
HTML - Paragraph Allignment
The paragraph text can be formatted and alligned as per our requirement.
We use the align attribute justify, center, right etc to format our paragraph text.
Example:
<p align="justify">
We are learing to create Paragraph in HTML.
</p> <p align="center">
We are learing to create Paragraph in HTML.
</p> <p align="right">
We are learing to create Paragraph in HTML.
</p>
Try the above example.
Related posts:
Your IP address1 is: 172.18.0.2
Tutorials
Latest Updates
Follow us
- Tech-Tutorials twitter.com/techcuriosity