Function ul
pub fn ul() -> HtmlUl
Expand description
Create a <ul>
element.
The <ul>
HTML element represents an unordered list of items, typically rendered as a bulleted list.
pub fn ul() -> HtmlUl
Create a <ul>
element.
The <ul>
HTML element represents an unordered list of items, typically rendered as a bulleted list.