Insert a clock into your HTML webpage! Just use
<object height="100" width="100" data=""></object>
If you ask why use <object>
instead of
<img>
, SVG images embed using<img>
get stripped of JS, which is required to tell the time.
<object>
on the other hand does not.