Hello,
Call me crazy but I can't figure out why my TITLE text will not
display in the title bar of my browser window.
Here are the contents of my html file:
<HTML>
<HEAD>
<TITLE>My first HTML document</TITLE>
</HEAD>
<BODY>
<P>Hello world!
</BODY>
</HTML>
I'm posting the page on a Tomcat web server, version 4.1.27, if that
is relevant.
Cheers,
Dawn
Call me crazy but I can't figure out why my TITLE text will not
display in the title bar of my browser window.
Here are the contents of my html file:
<HTML>
<HEAD>
<TITLE>My first HTML document</TITLE>
</HEAD>
<BODY>
<P>Hello world!
</BODY>
</HTML>
I'm posting the page on a Tomcat web server, version 4.1.27, if that
is relevant.
Cheers,
Dawn
Comment