Saved Bookmarks
| 1. |
What is the use of (p) tag |
|
Answer» <P>Explanation: HTML PARAGRAPH or HTML p tag is used to define a paragraph in a WEBPAGE. LET's take a simple example to see how it work. It is a notable point that a browser itself ADD an empty line before and after a paragraph. An HTML tag indicates starting of new paragraph. |
|