HTML | Tags | Paragraph & Align
HTML | Tags | Paragraph & Align
Paragraph:
The <p> element offers another way to structure your text. Each paragraph of text should go in between an opening <p> and closing </p> tag.
Elements can all carry the universal attributes:
align
class
id
style
title
dir
lang
xml:lang
<DOCTYPE HTML– <p> This is First Paragraph </p> <p> This is Second Paragraph </p> <p> This Is Third Paragraph </p> </html>
Align:
The align attribute…
View On WordPress














