HTML attribute: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
Fixing reference errors
article title is boldface, but not italic; add {{Html series}} template
Line 1:
{{Html series}}
''An '''HTML attributes''attribute''' areis modifiersa modifier of an [[HTML elementselement]]. TheyHTML attributes generally appear as name-value pairs, separated by "=", and are written within the start tag of an element, after the element's name:
:<''tag'' ''attribute''="''value''">''(content to be modified by the tag)''</''tag''>
::Where ''tag'' names the HTML element, ''attribute'' is the name of the attribute, set to the provided ''value''.