Html Paragraph
Advertisements
Html Paragraph
Html paragraph is same like normal paragraph written on books. In Html you can define paragraph by using <p> tag.
Example
<html> <body> <p>This is first paragraph</p> <p>This is Second paragraph</p> </body> </html>
Result
This is first paragraph
This is second paragraph
Browser supported
Element | |||||
<p> | Yes | Yes | Yes | Yes | Yes |
Google Advertisment