CSS Element Selector

Followings are the rule of element type selector.

Rule1: Element type selector selects the element by its name and then applies the CSS style rule to the HTML element.

Rule2: An HTML document consists of more than one similar element then the element type selector rule will be applicable to all of the similar HTML elements.