Here is a list of the major topics that will be covered on the mid-term. This is not a complete list. Please read the list of material in the Calendar that will be covered on the test:
- Basic Tags
- Formatting Text with the FONT tag; Attributes of the Font tags. You need to know something about the values +1-+7, and -1 to -7
- Headers
- Tables
- Lists
- Links and Anchors
- Tables
- Color
- Graphics
- Inserting "in-line" Graphics with the IMG Tag. Attribues of the IMG tag = SRC, WIDTH, HEIGHT, ALT.
- Graphic Formats you can use on the web: GIF, JPG, and PNG. You need to know the major differences between these formats, and for what type of graphics they are best suited.
- The A HREF tag;
- File and folder management and the different uses of the A HREF tag to call up files in folders;
- FTP
- Special Characters: How to make special characters.(&
Here is a list of the Header Font Sizes
H1 Font Size = 24
H2 Font Size =18
H3 Font Size = 14
H4 Font Size =12
Font Size = 10
Font Size = 8>
Here is a list of the differences between Header, Paragraph and Break tags.
- Headers put a space above and below the text.
- Paragraphs put a space in below the text.
- Break tags drop text down a line, but do not put in a space.
Here are the seven values for the font attribute "size". Notice that the FONT tag doesn't work inside the TABLE container. You have to put the FONT information in each individual cell.
| Value |
Point Size |
| +1 |
8 |
| +2 |
10 |
| +3(Default) |
12 |
| +4 |
14 |
| +5 |
18 |
| +6 |
24 |
| +7 |
36 |