Part 2. CSS. Watch the
CSS Display Property Tutorial
and the
Z-Index CSS Tutorial
Then make a page with style (or separate style sheet) that shows you using the following
four values for the display property: inline, block, inline-block, and none. It should
also use the z-index. To demonstate the latter it must have two overlapping elements
with the later one being positioned (partially) under the earlier one.