<!--
-->
<!DOCTYPE html>
<html>
<head>
<style>
/* Make the text small so that it doesn't line-wrap. */
p { font-size: 8px; }
</style>
</head>
<body>
<p>My favorite browser is <del>ABC</del> <ins>Chrome</ins>!</p>
</body>
</html>
<!--
-->
<!DOCTYPE html>
<html>
<head>
<style>
/* Make the text small so that it doesn't line-wrap. */
p { font-size: 8px; }
</style>
</head>
<body>
<p>My favorite browser is <del>ABC</del> <ins>Chrome</ins>!</p>
</body>
</html>