Function ol
pub fn ol() -> HtmlOl
Expand description
Create a <ol>
element.
The <ol>
HTML element represents an ordered list of items — typically rendered as a numbered list.
pub fn ol() -> HtmlOl
Create a <ol>
element.
The <ol>
HTML element represents an ordered list of items — typically rendered as a numbered list.