add a few missing tags
This commit is contained in:
parent
61a9d8e80f
commit
0f04094533
1 changed files with 8 additions and 0 deletions
|
|
@ -467,3 +467,11 @@ func TFoot(children ...Ren) *Element {
|
|||
func Abbr(children ...Ren) *Element {
|
||||
return Tag("abbr", children...)
|
||||
}
|
||||
|
||||
func Title(children ...Ren) *Element {
|
||||
return Tag("title", children...)
|
||||
}
|
||||
|
||||
func Br() *Element {
|
||||
return Tag("br")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue