HTML attribute: Difference between revisions

Content deleted Content added
PartTimeGnome (talk | contribs)
m Remove <nowiki> tags that broke formatting
BattyBot (talk | contribs)
General fixes, removed orphan tag using AWB (7961)
Line 1:
{{Orphan|date=April 2010}}
 
'''''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:
:<''tag'' ''attribute''="''value''">''(content to be modified by the tag)''</''tag''>