W3Schools 在线编辑工具(TIY) V3.0
编辑的代码:
运行代码 »
©
w3s.com.cn
运行结果窗口大小:
300 x 150
<
html
>
<
body
>
<
p
>
一打有
<
del
datetime
="2009-08-08T21:55:06Z"
>
二十
<
/del
>
<
ins
>
十二
<
/ins
>
件。
<
/p
>
<
p
>
注释:没有浏览器支持 datetime 属性。
<
/p
>
<
/body
>
<
/html
>
<html> <body> <p>一打有 <del datetime="2009-08-08T21:55:06Z">二十</del> <ins>十二</ins> 件。</p> <p>注释:没有浏览器支持 datetime 属性。</p> </body> </html>