Mode:
Duration:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Article Time Example</title>
</head>
<body>
<article>
<h2>News Update</h2>
<p>Published on <time datetime="2024-10-04">October 4, 2024</time></p>
<p>Article content goes here.</p>
</article>
</body>
</html>Coding works best on desktop or with an external keyboard.