Horje

How to add A deleted text with a date and time of when the text was deleted

The del datetime attribute.
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h1>The del datetime attribute</h1>

<p><del datetime="2015-11-15T22:55:03Z">This text has been deleted</del></p>

</body>
</html>

Output should be:

How to add A deleted text with a date and time of when the text was deleted




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Attribute
Uploaded by:
Admin