CSI110: Test # 3 Study Guide
You should know:
- Creating a Web Page
- Basic HTML Tags, attributes, and values
- Basic skeletal structure tags for an HTML page
- How to validate a page using the W3C Validator
- How to fix unclosed or invalidly nested tags
- How to set text color, size, and type face using the FONT tag
- How to read a Hexadecimal color like (FF0080)
- How to link to another web page
- Relative verses absolute links
- Difference between a line break and a paragraph break
- Everything from CNET's HTML for Beginners Article
- Everything from Learning Web Design Ch 6 (online PDF)
- Transferring Files to a Web Server
- FTP
- Using WS_FTP (Windows) or Fetch (Mac)
- Guidelines for naming files and folders
- When to use Binary or ASCII mode for file transfer
- The IMG Tag
- The IMG tag and it's attributes (HEIGHT, WIDTH, SRC, BORDER, ALT)
- The functions of the ALT attribute
- Everything from CNET's Graphics 101 Article
- Anything in the assigned readings (including online articles) may
be on the test
- Anything from previous tests / study guides