Hover over this to see the hover pseudo-selector in use. Otherwise, this h1 tag is styled by the same directive

as this h2 tag

test1 of path selector

test2 of path selector

test3 of path selector

This paragraph has no class or id styles associated to it. So it is not styled by any style command. Thus, the defaults values are used.

Notice the width of the generic selector is used since it is not overriden by the p.skinny class selector; however, the property color is overriden.

Many tags might use the same class selector

Only one tag in a document can have the same ID selector

Notice even non-html tags be styled
relative positioning example
absolute positioning example with width and height specified