Skip to content

Commit 3a870af

Browse files
committed
Add some tags
1 parent a03eda4 commit 3a870af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tag.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ var (
1616
B = Tag("b")
1717
Body = Tag("body")
1818
Div = Tag("div")
19+
H1 = Tag("h1")
20+
H2 = Tag("h2")
1921
Head = Tag("head")
2022
I = Tag("i")
2123
Img = Tag("img")
@@ -26,6 +28,7 @@ var (
2628
P = Tag("p")
2729
Select = Tag("select")
2830
Span = Tag("span")
31+
Svg = Tag("svg")
2932
Table = Tag("table")
3033
Td = Tag("td")
3134
Th = Tag("th")

0 commit comments

Comments
 (0)