# Live timer element We already have `` element to show a nicely formatted time. Create `` element to show the current time: 1. It should use `` internally, not duplicate its functionality. 2. Ticks (updates) every second. 3. For every tick, a custom event named `tick` should be generated, with the current date in `event.detail` (see chapter ). Usage: ```html ``` Demo: [iframe src="solution" height=40]