<html>
<head>
<title>Welcome to HTML</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"><title></span> Element</h2></div>
<hr size=1 width=92%>
<p align="center">The content of the <b>TITLE</b> element displays both in the title bar of the browser window <br>
and in the Microsoft<sup>®</sup> Windows<sup>®</sup> taskbar. </p>
<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->
</body>
</html>