attr(_:_:)

Set an attribute value on this element. If this element already has an attribute with the key, its value is updated; otherwise, a new attribute is added.

Element.swift:143
@discardableResult override func attr(_ attributeKey: [UInt8], _ attributeValue: [UInt8]) throws -> Element
<return>