Attributes in HTML

HTML Attributes To provide some extra information about a particular element, attributes are used in an HTML document. An attribute is applied within the start tag of a particular element and contains two fields: name & value. Some of the basic and most used attributes are discussed below. Syntax: <tag name attribute_name= ” attr_value”> content … Read more