pub fn attributes_to_html<At>(attr: At, buf: &mut String) -> Stringwhere At: Attribute,
Renders an Attribute (which can be one or more HTML attributes) into an HTML buffer.
Attribute