Code: Convert graphic text

From Chapter 6: Web Page Optimization

Convert graphical text to CSS text to save HTTP requests. So this:

<div align="center">
<img src="graphictext.gif" width="115" height="24" alt="graphic text example">
</div>
graphic text example

Becomes this:

<h1>CSS Text</h1>

CSS Text