What are Attributes in HTML langauge?
A few tags have attributes. An attribute is a name, followed through an = sign, followed by the value. For instance, to make a centered H1 heading, use the ALIGN attribute along with value center; i.e.
A level one heading
Attribute names are also case-insensitive. The double quotes around the value are optional unless the value holds embedded white space.