` element wraps a group, that is part of a term-description group in a description list (`
` element).
+ ///
+ /// - Parameters:
+ /// - attributes: Attributes.
+ /// - content: Child nodes (`` or `dd` elements).
+ public static func div(attributes: [Attribute] = [], _ content: ChildOf...) -> ChildOf {
+ return .init(.element("div", attributes: attributes, ChildOf.fragment(content).rawValue))
+ }
+}
+
extension ChildOf where Element == Tag.Fieldset {
/// The `