Content deleted Content added
m Remove <nowiki> tags that broke formatting |
General fixes, removed orphan tag using AWB (7961) |
||
Line 1:
'''''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''>
|