Directions For Friday
- Take the vocabulary quiz that I have placed on the front table. Do not use notes, do not discuss with others, quiz your knowledge. Turn it in to the handin bin in the back of the room. If you didn't study then you know you need to over the weekend!
- Click on the link beloww for January 11th in class review. Turn in your folder that this assignment tells you to make at the end of the period today.
- If you finish early then you can do your W3schools quizes that you are supposed to do for homework in class.
I was not planning to be out today but I have been fighting some lovely illness all this week and it has finally won the battle in my system.
Remember for Tuesday:
Bring nothing except your w3schools quiz packets which are due, make sure you print your pages showing you took the quizes each day as well as the sheet I gave you. You do not need to bring anything else. LEAVE YOUR ELECTRONICS EITHER IN YOUR LOCKER OR AT HOME!!!!!!!!!!!!DO NOT BRING THEM TO CLASS FOR ANY REASON!!!!!!!!!!!!!!!!!!!
Web Site Development - Semester A (2991)
Final Exam Student Review Guide
In Class Review Pages
HTML Study Questions on W3Schools
XHTML Study Questions on W3Schools
CSS Study Questions on W3Schools
The students need to be able to:
Folder Structure/Computer Basics
- Apply web naming standards to documents such as no spaces in web document names
- Apply standards for the naming of folders for organizing a web site such as /images for all pictures, /media for audio and video files and /styles for all CSS pages
- Differentiate between HTML and XHTML, specifically what is different in XHTML
- Define standard dots per inch (dpi) resolution of a computer monitor. (Look at DPI under the Reading The Chart Heading for the answer)
- Define the default alignment of a web page in a browser
Basic HTML
- Identify the six html tags used for headings and their relative sizes
- Identify how to properly write a valid XHTML statement
- Define the required Document Type Declarations (DTD) required for HTML and XHTML documents
- Use the proper HTML tag to customize the title bar of a web browser
- Apply proper code in order to divide a web page into manageable layout sections that include a navigation bar, a page header, a page footer and page content.
- Define the use white space in a web page- Textbook Page 168
- Apply "div" elements in order to center objects in a web page
Images
- Insert an image in a HTML document
- Apply the code that is used to specify the exact width and height in pixels of a picture
- Define the characteristics of the .jpg picture format
- Define the characteristics of the .gif picture format
Tables
- Properly define a table using XHTML
- Apply two methods for adding white space to tables (Also click to Cell Spacing)
- Properly center a table on a web page using the most accepted standard method
Lists
- Apply ordered lists to web pages
- Apply unordered lists to web pages
- Apply definition lists to web pages
Links/Anchors
- Differentiate between absolute path and relative paths
- Apply a named anchor to a web page
- Differentiate between internal links and external links
- Apply a hyperlink on a web page that links to another web page
- Define the default color of a unvisited hyperlink
- Define the default color of a visited hyperlink
CSS
- Define the three ways of including CSS within a web page. (Inline, Internal, External) Apply the most-appropriate method when adding CSS to a portion of a web page
- Identify the file extension for a CSS document
- Identify the proper code for creating a complete style rule in CSS
- Explain the process for converting a non-CSS styled page to a CSS styled page
Insert an image by using a Cascading Style Sheet
(CSS)
- Apply the float property to position an element within a parent element
- Define CSS pseudo-link classes
- Apply inheritance in CSS documents
- Use CSS to include a picture into a document such as a repeating image on a background
- Define the CSS box model Differentiate between the padding area, the border area and the margin area of the CSS box model
- Create a style rule in CSS that creates a border around a paragraph on a web page
- Create a style rule in CSS that adds padding to a paragraph on a web page
- Create a style rule in CSS that adds a border to a paragraph on a web page
- Apply shortcut notation to CSS style rules for padding declarations
Colors
- Define web safe colors and the fact that there are 216 such colors (specific names not necessary)
- Define dithering
- Apply web page background color by use of CSS and hexadecimal specification
- Define the hexadecimal notation for both black and white
- Define the three methods for applying colors in CSS
FTP
- Define file transfer protocol (FTP) and when it is used- Page 68 and Page 401 in textbook
- Define hyper text transfer protocol (HTTP) and when it is used
- Explain how to get a web page discovered by search engines
- Define the method for adding text to be displayed while a graphic is loading