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