Skip to main content

table

Function table 

Source
pub fn table() -> Element
Expand description

A table: <table>.

ยงExamples

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