HTMLAttribute
public struct HTMLAttribute
Describes the attributes in an HTML tag, for example:
<a href='https://example.org'>
Would have 1 attribute, with a name "href"
, and value
"https://example.org"
Clang Docs (75% documented)
public struct HTMLAttribute
Describes the attributes in an HTML tag, for example:
<a href='https://example.org'>
Would have 1 attribute, with a name "href"
, and value
"https://example.org"