Centering Objects on the Page
Anything can be centered -- text, headers, images, etc.
Embed it in a DIV with ALIGN="CENTER", e.g.
<DIV ALIGN="CENTER">
<IMG SRC="HuckFinn.jpg">
</DIV>
There is also a <CENTER> tag but it is denigrated
Centering is calculated dynamically relative to the browser window dimensions, and recalculated when the window is resized.
Lab
Center an image on your page.