An inserted text, with a date and time of when the text was inserted.
The datetime
attribute specifies the date and time of when the text was inserted/changed.
Note: The datetime
attribute has no visual effect in ordinary web browsers, but can be used by screen readers.
<ins datetime="YYYY-MM-DDThh:mm:ssTZD">
Value | Description |
---|---|
YYYY-MM-DDThh:mm:ssTZD | Specifies the date and time of when the text was inserted/changed.
Explanation of components:
|
Example:
HTML
<p>This is a text.
<ins datetime="2015-09-15T22:55:03Z">This is an inserted text.</ins></p>
How to Use CSS to style <del> and <ins> | HTML Tag |
How to set Default CSS Settings for HTML <ins> Tag | HTML Tag |
How to add HTML <ins> cite Attribute | HTML Tag |
How to add HTML <ins> datetime Attribute | HTML Tag |
Type: | Html |
Category: | Web Tutorial |
Sub Category: | HTML Tag |
Uploaded by: | Admin |