Function leptos_dom::html::time
source · pub fn time(cx: Scope) -> HtmlElement<Time>
Expand description
The <time>
HTML element represents a specific period in time. It may include the datetime attribute to translate dates into machine-readable format, allowing for better search engine results or custom features such as reminders.