<?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.51</title>
      <style type="text/css">ul#conferences {
  list-style: none;
}
ul#conferences li {
  display: inline;
}</style>
   </head>
   <body>
      <ul id="conferences">
         <li>Big XII</li>
         <li>Ivy League</li>
         <li>Pac 10</li>
      </ul>
      <!--
    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>