The <p> tag means paragraph.This element automatically creates some space before and after itself like break(<br>). The space is automatically applied by the browser, or you can specify it in a style sheet.
Syntax:
<p\>....content... </p>


Example
<html>
 <head> 
<title>Creative Mission- IT training & Research center </title> 
</head> 
<body bgcolor="#7FFFD4"> 
<h1> Welcome to Creative Mission.</h1>
 <p> Welcome to itplorer. Its a IT research and training center. Web developments and web designing program is one of the running courses now. Networking basic and server solutions are provided from here.
</p>
 </body> 
</html>
 

Output



All Tutorial => 123456789101112131415





Write Comment