HTML <time>
query_builder | Christopher PisaniThe HTML element <time> defines a human-readable date/time. Although this element does not show anything different in an HTML page, it can be read by some applications or operating systems to be used by a schedule manager. It can be simpler for a search engine to identify data as well.
A simple use of element <time>
We will schedule the next meeting at <time datetime="10:00">10:00</time>
Available Attributes
Attribute | Values | Functionality |
---|---|---|
datetime | datetime | Date / Time as read by machines |