Type Selectors
Type Selector | Explanation |
a |
Defines hyperlinks. |
body |
The HTML <body> tag that contains everything |
h1 |
The tag for level one headers. Level one headers are usually the largest header possible and are made with the <h1> tag. |
html |
This is the tag that contains everything, including the <head> and <body>. It only does not contain <!DOCTYPE>. |