HTML 删除和添加字

<!DOCTYPE html>
<html>
<head> 
<meta charset="utf-8"> 
<title></title> 
</head>
<body>

<p>My favorite color is <del>blue</del> <ins>red</ins>!</p>

</body>
</html>

结果:

My favorite color is blue red!

posted @ 2018-08-20 11:17  红凉梦  阅读(184)  评论(0编辑  收藏  举报