Striking 
  Out or Underlining Text: 
  (optional)
  <strike> and <u>
   
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
<html>
  <head>
  <title>PONIES PONIES PONIES</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  </head>
  <body text="red">
  <h1>Here Is My Pony</h1>
  <h4 align="left">Isn't she lovely?</h4>
  <font face="Verdana">
  I <strike>like</strike> 
  love ponies. They are lots of fun and <big><big><strong>furry</strong></big></big>. 
  Sometimes I like to ride them. Galloping is my favorite. Very fast. I like ponies. 
  They are lots of fun and furry. Sometimes I like to ride them. Galloping is 
  my favorite. Very fast. I like ponies. They are lots of fun and <small><strong>furry</strong></small>. 
  Sometimes I like to ride them. Galloping is my favorite. Very fast.</font>
  <p />
  She likes water, H<sub>2</sub>0. And likes it when I read the <u>Castle</u><sup>1</sup>.
  </body>
  </html>