1 <!DOCTYPE html> 2 <html> 3 <body> 4 5 <p>My favorite browser is <del>ABC</del> <ins>Chrome</ins>!</p> 6 7 </body> 8 </html> 9