Content deleted Content added
→Required and optional HTML attributes: removed dir (as standard attribute), c/e |
|||
Line 1:
{{Html series}}
An '''HTML attribute''' is a modifier of an ''[[HTML element]]''. They are usually added to a ''[[HTML tag|HTML start tag]]'', which along with ''content'' and ''end tag'' comprises most HTML elements. Particular attributes are only supported by particular element
Some attributes are ''required attributes'', needed by particular element Although some attributes are used in more than one type of HTML element, they do not necessarily have the same function in different types of elements. For example the attribute ''name'' is used by several elemet types, but has slightly different functions in each.<ref name="html4attributes">{{cite web | url=http://www.w3.org/TR/html4/index/attributes.html | title=Index of the HTML 4 Attributes | accessdate=13 February 2015}}</ref>
==Description==
|