pub fn td() -> Element
A table cell: <td>.
<td>
use winged_rust::prelude::*; let el = td(); assert_eq!(el.tag(), "td");