Friday, October 17, 2014

Write A Html code to Demonstrate

tag


Write A Html code to Demonstrate <p> tag.
Code :ptag.html

<html>
<head>
<title>example of P tag</title>
</head>

<body>
<P> HTML is a free format language. HTML was origineted by tim Berners Lee. SGML is subset language of HTML.
HTML is very powerful language. Any HTML document is also valid for SGML. </P>
</body>
</html>


No comments: