Applicable

datetime attribute is applicable for:

<del> Represents deleted or removed text within a document.
<ins> Represents inserted or added text within a document.
<time> Represents a specific period of time or a datetime stamp.

HTML datetime Attribute

The HTML datetime attribute specifies the date and time associated with the content, facilitating machine-readable information. It’s commonly used with elements like <time> to provide structured time-related data.

Similar Reads

Syntax

...

Attribute Values

This attribute contains a single value YYYY-MM-DDThh:mm:ssTZD which is used to specify the date and time when the text was deleted....

Applicable

datetime attribute is applicable for:...

HTML datetime Attribute Example

Example : In this example we demonstrates the tag to represent inserted or added text, marking the change from “mathematical” to “computer” in the content....