The Title Tag



Anything typed between the start and stop title tags shows up in the title bar of your browser. Look at the example below where we want the title to be Butch is the Greatest Dog. Hit the Try IT link to view the code below.
< HTML >
< HEAD >
< TITLE > Butch is the Greatest Dog < /TITLE >
</HEAD >
< BODY >

< /BODY >
< /HTML >


Try IT




Back