Paragraph Formatting in HTML
<p> </p> tag is sued to create a paragraph. the paragraph can contain the image link and line.
Attribute of <p> Tag:
align: to set the alignment of paragraph text. the possible value of align tag is (Left, right, center, Justify)
Ex;
<p align="justify"> Paragraph text</p>
Programs
Write a program to implement Lists in HTML
Create a HTML page that will display following contents as it is on the web page