Skip to main content

td

Function td 

Source
pub fn td() -> Element
Expand description

A table cell: <td>.

ยงExamples

use winged_rust::prelude::*;
let el = td();
assert_eq!(el.tag(), "td");