The name of the attribute.
var name: String { get }
s10Elementary13HTMLAttributeV4nameSSvp
WHE5
import Elementary
struct HTMLAttribute<Tag> where Tag : HTMLTagDefinition
An HTML attribute that can be applied to an HTML element of the associated tag.
@frozen struct String
A Unicode string value that is a collection of characters.
var value: String? { get }
The value of the attribute.