Labels

Powered by Blogger.

Sunday, 22 September 2013

paragraph tag

syntax:



<p> this is paragraph tag</p>



for example:


<html>
<head>
<title>welcome</title>
</head>
<body>
<p> this is paragraph tag</p>
</body>
</html>
outupt:


 this is pargraph tag

description:

<p> have the opening tag and closing tag.paragraph tag do u have any content then using the paragraph tag. the paragraph in between body tag.body tag will be performance only display the browser.

0 comments:

Post a Comment