HTML/CSS/Text Attributes/datetime — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Версия 09:21, 26 мая 2010
"datetime" sets the date and time when the text in a "del" or "ins" element was deleted
<HTML>
<BODY>
<del datetime="2006-04-15T18:50:30Z">deleted</del>
</BODY>
</HTML>