Header in document default color (white)

Paragraph in the color orange

Another paragraph, but with a green span in the middle.

Paragraph that is brown because it is nested in a div

Another paragraph that is brown because it is nested in a div, but with a green span in the middle.


Styles used in this example:

   	    body {background-color: black; color: white;}
   	    p {color: orange;}
   	    div p {color: brown;}
   	    p span {background-color: green;}

BACK TO LAB_2 INDEX