topical media & game development

talk show tell print

basic-css-08-Exercises-exercise8-3.htm / htm



  <!DOCTYPE html PUBLIC "-/pp/W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html>
      <head>
          <title></title>
          <style type='text/css'>
              body {
                  width: 200px;
              }
              h1::first-letter, p::first-letter {
                  text-transform: capitalize; 
              }
              h1 {
                  text-align: center;
                  text-decoration: underline;
              }
              p {
                  text-indent: 25px;
                  text-align: justify;
                  letter-spacing: 1px;
                  word-spacing: 5px;
              }
              
          </style>
      </head>
      <body>
          <h1>ode</h1>
          <p>we are the music-makers,</p>
          <p>And we are the dreamers of dreams,</p>
          <p>wandering by lone sea-breakers,</p>
          <p>and sitting by desolate streams.</p>
          <p>world-losers and world-forsakers,</p>
          <p>upon whom the pale moon gleams;</p>
          <p>yet we are the movers and shakers,</p>
          <p>of the world forever, it seems.</p>
  
          <p>with wonderful deathless ditties</p>
          <p>We build up the world's great cities,</p>
          <p>And out of a fabulous story</p>
          <p>We fashion an empire's glory:</p>
          <p>One man with a dream, at pleasure,</p>
          <p>Shall go forth and conquer a crown;</p>
          <p>And three with a new song's measure</p>
          <p>Can trample an empire down.</p>
  
          <p>We, in the ages lying</p>
          <p>In the buried past of the earth,</p>
          <p>Built Nineveh with our sighing,</p>
          <p>And Babel itself with our mirth;</p>
          <p>And o'erthrew them with prophesying</p>
          <p>To the old of the new world's worth;</p>
          <p>For each age is a dream that is dying,</p>
          <p>Or one that is coming to birth.</p>
          Arthur O'Shaughnessy
      </body>
  </html>


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.