This page has been created to show how CSS works within a web page. The Title of the page has been centered with blue text and the font is Book Antiqua size 40px with the oblique attribute added. The second line is the heading 2 with red text and Book Antiqua for the font and size 30px and font weight is bolder with the oblique attribute added. This paragraph has been formatted using a left alignment, teal text and size 20px Book Antiqua font with a line height of 26pt and the oblique attribute added. If I have done my homework right you will also see the font I have used even if it is not installed on your computer.
I am sure you are wondering how I did that, if you read CSS lesson 2 you will see that you can actually embed your font choice into your page using WEFT. The two links in this paragraph I have used the a:link, a:visited, a:active and a:hover to show how they work also have used the underline, overline and none text-decorations.
This paragraph is using the text background giving it the yellow background. This formatting is done using the local style sheet. The rest of this page is using the internal style sheet. If the text above matches this screenshot below I have successfully worked the CSS code and WEFT. I have added a border to the screenshot below so it will stand out from the rest of the page.
