func()

in fragment.go [74:77]


func (d *HtmlFragment) AppendHead(ns ...*html.Node) {
	head := d.doc.Find("head")
	head.AppendNodes(ns...)
}