<!DOCTYPE html>
<html>

  <head>
    <title>Inserting and Deleting Text</title>
  </head>
  <body>

<h2>Inserting and Deleting Text</h2>


<h4>How to Spot an O'Reilly Computer Book</h4>
<p>O'Reilly Computer book spotting is a popular pastime in bookshops. It is almost as much fun as spotting aminals in the wild.  Programmers like to find the distinctive <del>birds</del><ins>animals</ins> on the covers, because they know that those books are written by <del>1000 monkeys</del><ins>Programmers</ins></p>

  </body>
</html>