What are the attribute of an element?

Attributes define additional characteristics or properties of the element such as width and height of an image . Attributes are always specified in the start tag (or opening tag) and usually consists of name/value pairs like name=”value” . Attribute values should always be enclosed in quotation marks.

Read more