Function moxie_dom::elements::table::th [−][src]
pub fn th() -> ThBuilder
Expand description
The HTML <th>
element defines a cell as header of a group of table cells. The exact
nature of this group is defined by the scope
and headers
attributes.
A function for creating a builder which will accept attributes and produce the element.