Html5 P Tag

In the <p> tag indicates paragraph which is used to create some space at browser for document content or html page.

Syntax:

<p> ... </p>

Example Code

<!DOCTYPE HTML>
<html>
<body>
    <p> Sachin Tendulkar is greatest batsmen in the history of cricket</p>
</body>
</html>

Out Put :



Sachin Tendulkar is greatest batsmen in the history of cricket

In the above example <p> tag appiled to Sachin Tendulkar is greatest batsmen in the history of cricket at Text.





Content