Added table (and related things).

This commit is contained in:
2020-03-23 11:10:49 +05:00
parent 5d2d29a61d
commit ef80c9176e
12 changed files with 388 additions and 6 deletions

View File

@@ -12,6 +12,13 @@ const (
HTMLElementNav = "nav"
HTMLElementP = "p"
HTMLElementSection = "section"
HTMLElementTable = "table"
HTMLElementTBody = "tbody"
HTMLElementTD = "td"
HTMLElementTFoot = "tfoot"
HTMLElementTH = "th"
HTMLElementTHead = "thead"
HTMLElementTR = "tr"
HTMLElementParameterClassList = "classList"
HTMLElementParameterHref = "href"