HTML style Attribute - Dofactory
www.dofactory.com › html › attributesThe style attribute specifies the styling rules for the HTML element. Styles in a style attribute override styles from external class and style definitions. This attribute is useful when a unique style should be given to a particular element. The style attribute is global, meaning it can be applied to any HTML element.
HTML Attributes - W3Schools
https://www.w3schools.com/htmL/html_attributes.aspWe Suggest: Always Use Lowercase Attributes. The HTML standard does not require lowercase attribute names. The title attribute (and all other attributes) can be written with uppercase or lowercase like title or TITLE. However, W3C recommends lowercase attributes in HTML, and demands lowercase attributes for stricter document types like XHTML.