apaCara
.com
editor
HTML
CSS
JS
PREVIEW
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Demo HTML time tag</title> <style> </style> </head> <body> <h3>Example 1</h3> <p> Saya mulai bekerja pada <time>2012-06-01</time> </p> <hr /> <h3>Example 2</h3> <p> Saya bekerja pada pukul <time>08:00</time> dan pulang pukul <time>17:00</time> </p> <hr /> <h3>Example 3</h3> <article itemscope itemtype="http://schema.org/Article"> <h1 itemprop="headline">Cara Menyisipkan Tanggal di dalam HTML</h1> <footer>Ditulis Pada: <time itemprop="datePublished" datetime="2015-08-17">Senin, 17 Agustus 2015</time>. </footer> <p itemprop="description">Untuk menyisipkan tanggal dan waktu di dalam halaman HTML gunakan element <time>.</p> </article> </body> </html>
/* CSS code */
// javascript code