HTML CSS Reference/HTML Attributes Reference/datetime — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:20, 26 мая 2010
"datetime" Example
<HTML>
<head><Title>Example For datetime</Title></head>
<BODY>
<del datetime="2006-04-15T18:50:30Z">deleted</del>
</BODY>
</HTML>
datetime is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |<del> <ins> |
+----------------+--------------------------------------------------------------+
"datetime" Syntax and Note
Note:
This attribute sets the date and time when the text in a
<del> or <ins> element was deleted.
Syntax:
<element datetime="value"> . . . </element>