Lab 2
Experimenting with CSS Basics
[style type here]

This 'x' element has no style assign to it. It serves as a reference point.

This 'x' element should be xxxx.


Styles used in this example:

[enclose styles in unstyled PRE tag]

Lab 2
Experimenting with CSS Basics
[color]

This 'p' element has no style assign to it. It serves as a reference point.

This 'p' element should be red.

This 'h3' element has no style assign to it. It serves as a reference point.

This 'h3' element should be purple.


Styles used in this example:

p	{color: red;	}
h3	{color: purple;	}