title.aspx font size:
<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">&lt;title&gt;</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>&reg;</sup> Windows<sup>&reg;</sup> taskbar. </p>

<hr size=1 width=92%>
<!-- #include virtual="~/shared/viewsrc.inc" -->

</body>
</html>