Function moxie_dom::elements::table::td [−][src]
pub fn td() -> TdBuilder
Expand description
The HTML <td>
element defines a cell of a table that contains data. It participates
in the table model.
A function for creating a builder which will accept attributes and produce the element.