DOCUMENT TITLE optional subtitle

TOPIC

Fascinating new information, with three sub-topics

SUB-TOPIC 1, HTML

HTML

Here's a sample

        <p style="color: gold">
          Now is the winter of our discontent
          turned glorious summer by this <em>son</em> of York.
        </p>
      

CSS

Here's a sample

        pre {
            color: chartreuse;
        }
      

JavaScript

        // I have no idea what this function might do
        function foo(x, y) {
           var i;
           for( i = 0 ; i < x; i++ ) {
              if( g(i) ) {
                 return i;
              }
           }
       }