Fun with Text

  • The <br>
    Break tag
    • Breaks to the next clear spot.
      <h2>This is in an h2<br>
      so is this</h2>:

      This is in an h2
      ...so is this

  • <pre>
    Preformatted Text:  
                                           If you put in new lines,  
                                           it makes a new line,  
                                           even without a <p> or <br>.   
                                           That's because it is pre-formatted.
    </pre>
  • See if you can make a surfer dude out of this text