<!DOCTYPE html>
<html>
<body>
<h1>del 元素</h1>
<p>我喜欢的颜色是<del>蓝色</del><ins>红色</ins>!</p>
</body>
</html>