Code
Execute
<!DOCTYPE html> <html> <body> <head> <title>Wikitechy datetime attribute</title> </head> <p> <del datetime="2014-7-22T17:55:02Z">Content has been deleted </del> </p> <p><ins datetime="2014-7-22T17:55:02Z"> Content is here.</ins></p> <p>I have a date on <time datetime="2017-05-14 00:01"> Mothers day.</time> </p> </body> </html>
Result