pub fn anchor( anchor_name: &str, body: impl ToASlice<Node>, html: &HtmlAllocator, ) -> Result<AId<Node>>
Make an anchor (target for #foo style links) in the best compatible way
#foo