<html>
<head>
<title>Abakada HTML Demo: <p> Element</title>
<link href="/shared/netdemos.css" rel="stylesheet" type="text/css">
</head>
<body>
<!-- #include virtual="~/shared/top.inc" -->
<div class="header"><h2>Abakada HTML Demo: <span class="hilite"><p></span> Element</h2></div>
<hr size=1 width=92%>
<center>
<p>This is a <b>P</b> element.</p>
<p>Any text placed between <b><p> ... </p></b> markup tags will display as a paragraph.</p>
<p>Welcome to HTML.</p>
</center>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>