* selector for all tage but body here

> selector for children, here em of body should be blue but not

em in a p-tag


h2 and sibling means directly next to it

should be pink


attribute css selector   border 1 border 0 no border and no css border !

class="bgd" test with attribut selector class="bgd" should be reddish


2 classes class="border bgd" test and selector class~="bgd" should be green




div with

first child

and

second

one

before: selector with content= should be image and after:

before: selector with content= should be quotes and after:


heading

text within the next paragraph with
heading put into display:run-in

n nw e s ... -resize cursor corsshair cursor default cursor hand cursor move cursor text cursor wait
	
ie5.5
	runin no
	> selector children no
	+ selector sibling no
	*[attribut] selector no
	:focus no
	:first-child no
	:before :after no
	outline no
	
n6
	runin no
	:first-child no
	outline no
	
n4.76	
	2 classes no
	* universal selector no
	> selector children no
	+ selector sibling no
	*[attribut] selector no
	:focus no
	:hover no
	:first-child no
	:before :after no	
	cursor no
	outline no