<html>

  <head>
    <meta http-equiv="content-type" content="text/html;chars-
       et=iso-8859-1">
    <title>DHTML for the WWW | Setting Text Case</title>
    <style media="screen" type="text/css"><!--
.name {
  text-transform: capitalize }

h2  {
  text-transform: uppercase }

--></style>
  </head>

  <body>
    <h2>Dramatis Personae</h2>
    <p class="name">alice</p>
    <p class="name">the rabbit</p>
    <p class="name">the queen of hearts</p>
    <p class="name">cheshire cat</p>
    <p class="name">the mad hatter</p>
    <p class="name">the march hare</p>
    <p class="name">the dormouse</p>
  </body>

</html>