html paragraph tag

html paragraph start tag <p> paragraph ending tag </p> this tag using paragraph text in html
HTML PARAGRAPH TAG
<p>text</p>
EXAMPLE PROGRAM
<html>
<head>
<title>coder</title>
</head>
<body>
<h1>paragraph title</h1>
<p1>paragraph tag</p1>
</body>

</html>
OUTPUT

Previous
Next Post »

Search This Blog