Contact at mumbai.academics@gmail.com or 8097636691
Responsive Ads Here

Tuesday, 9 January 2018

HTML paragraph

HTML paragraph


Next Page
This tag is used to write the paragraph at web page.
It is just like a paragraph written in a book.It is always declared in body section.
syntax
<p> is the starting of a paragraph </p> is end of paragraph.
Content written in middle of <p> and </p> is paragraph which should be displayed on the web page in a single line.

align Property(attribute) of paragraph element

align attribute of
tag is used to align the paragraph on the web page.
it have three possible value: left,right,center
Output
This is first Paragraph…
This is 2nd Paragraph…
This is 3rd Paragraph…

Title property(attribute) of paragraph element

Title attribute of
tag is used to show hint box when mouse is hover on paragraph.
Output
This is first Paragraph…

No comments:

Post a Comment