Code
Execute
<!DOCTYPE html> <html> <head> <title>Wikitechy time tag</title> </head> <body> <h2>HTML time tag with example.</h2> <p>The time is<time datetime="17:30"> 05.30 pm</time>.</p> </body> </html>
Result