HTML attribute: Difference between revisions

Content deleted Content added
m Typo fixing per WP:HYPHEN, replaced: globally- → globally using AWB (7660)
PartTimeGnome (talk | contribs)
m Remove <nowiki> tags that broke formatting
Line 2:
 
'''''HTML attributes''''' are modifiers of [[HTML elements]]. They generally appear as name-value pairs, separated by "=", and are written within the start tag of an element, after the element's name:
:<nowiki><''tag'' ''attribute''="''value''">''(content to be modified by the tag)''</''tag></nowiki''>
::Where ''tag'' names the HTML element, ''attribute'' is the name of the attribute, set to the provided ''value''.