Style Tag as the name suggests is used to define style information for HTML document.
The information that we provide within the style tag is called as css which is short for cascading style sheets
Style element should be part of the head element at the top of the HTML document
Css selectors can use tag name, id or class attributes to target elements in the HTML document to apply styling