案例:html/html5 案例     状态:可编辑再运行    进入竖版
 运行结果 
x
 
1
<html>
2
<body>
3
4
<p>My favorite color is <del>blue</del> <ins cite="why_inserted.htm">red</ins>!</p>
5
6
<p><b>注释:</b>没有主流浏览器支持 cite 属性。</p>
7
8
</body>
9
</html>
10