Time

Text Elements

Represents a specific period in time.

Live Example

The event starts at .

HTML Code

HTML
<p>The event starts at <time datetime="2023-07-07T20:00:00">8 PM</time>.</p>

Usage Notes

This element renders as shown above in your current browser. Different browsers and operating systems may display slight variations in appearance and behavior.

The code example above shows the basic HTML structure. You can copy it directly into your projects or use it as a reference for creating similar components.