Centering
You can center items in HTML using the center tags. Below
is an example where the header "Butch" is centered. Everything between
the start and end tags will be centered.
< HTML >
< HEAD >
< TITLE > Butch is the Greatest Dog < /TITLE >
< /HEAD >
< BODY bgcolor="#ffffff" >
< center >
< h1 > Butch < /h1 >
< /center >
< hr >
Butch's Vital Statistics
< ol >
< li > breed-Jack Russel
< li > color-white, brown, little black
< li > age-2 years old
< /ol >
< /BODY >
< /HTML >