Function leptos_dom::html::td

source ยท
pub fn td() -> HtmlElement<Td>
Expand description

The <td> HTML element defines a cell of a table that contains data. It participates in the table model.