<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
  PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
   <head>
      <title>CSCIE-12, Example: 10.48</title>
      <style type="text/css">/* no css rules */
</style>
   </head>
   <body>
      <p>Achieving the same effect using HTML and the IMG element (look at the source to see the difference between this and the CSS way):</p>
      <div>
         <strong>Winningest Active Coaches, Division I NCAA Men's Basketball</strong>
         <br/>
         <img src="images/basketball.gif" alt="*"/>Mark Few<br/>
         <img src="images/basketball.gif" alt="*"/>Roy Williams<br/>
         <img src="images/basketball.gif" alt="*"/>Bruce Pearl<br/>
         <img src="images/basketball.gif" alt="*"/>Thad Matta<br/>
         <img src="images/basketball.gif" alt="*"/>Bo Ryan<br/>
         <img src="images/basketball.gif" alt="*"/>Mike Krzyzewski<br/>
         <img src="images/basketball.gif" alt="*"/>Jim Boeheim<br/>
         <img src="images/basketball.gif" alt="*"/>Bob Huggins<br/>
         <img src="images/basketball.gif" alt="*"/>Lute Olson<br/>
         <img src="images/basketball.gif" alt="*"/>Tubby Smith<br/>
      </div>
      <!--
    CSCI E-12, Fundamentals of Web Site Development
    David P. Heitmeyer
    http://cscie12.dce.harvard.edu/
    Harvard University, Division of Continuing Education, Extension School
    --></body>
</html>