Function leptos_dom::html::td

source ·
pub fn td(cx: Scope) -> HtmlElement<Td>
Expand description

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