Class – 15 | HTML Attributes | HTML Tutorial
HTML Attributes are special keywords used inside the HTML tags to provide additional information about an HTML element. Attributes are always specified in the start tag and usually come in name/value pairs like: name=”value”. Here’s a list of some of the most commonly used HTML attributes: class – Specifies a class name for an element …