Review Exercise 4.3.1 (structuring a page of content project) — What page areas are common to all project pages? On paper, draw the DOM diagram for the marked up content, starting with the BODY node (element) as the root (top) of the diagram.
Review Exercise 4.3.2 (blog articles - single page project) — What page areas are common to all project pages? Is there a main navigation? Are you using only relative pathnames?
Review Exercise 4.3.3 (blog articles - multi-page project) — What page areas are common to all project pages? Is there a main navigation? Are you using only relative pathnames? Review entire Section 3.2. of Worksheet 1, especially, What is a URL? File organization. and File navigation.
Review Exercise 4.3.4 (explore medi - multi page project) — What page areas are common to all project pages? Is there a main navigation? Are you using only relative pathnames? Related example: IMG element with SRC, WIDTH, HEIGHT, ALT, and TITLE attributes
Images of Text
Example 1: Styled text with decorative effect Using an image; Example 2: Image of text used as an unlinked logo; Example 3: Mathematical expressions Using images.
WCAG techniques: C22, G94.
Complex Images
Long descriptions. Examples 1 and 2.
WCAG techniques: C22, G94.
Groups of Images
Examples 1 and 2.
WCAG techniques: ARIA13, G196, H67.
Image Maps
Example 1.
WCAG techniques: ARIA13, G196, H67.
Tips and Tricks Keep it simple. Table separation. Data separation. Alignment. Tables for layout.
3. Practice. Practice. Practice.
3.1 Explore images - multi-page project
Project Brief
Read all instructions before you start.
Complete tutorial 2.3. Images above
Start with a copy of the site_template project.
Name of the project: explore_images
Important: Create all pages from the template first. Make sure that the HEADER and FOOTER areas are the same. Include the unique H2 header in the MAIN page area, so that when you test the navigation, you will see to which page you have navigated. Then build and test the navigation, before you add the content to the individual pages. Make sure you test all possible link (from every page to every other page).
Home page (index.html) introduces the secondary pages and information (summarize, include key points and interesting observations, in your own words) from the tutorial pages, including "An alt Decision Tree" and "Tips and Tricks"
Secondary pages:informative.html, decorative.html, functional.html, textual.html, complex.html, groups.html, and imageMaps.html (stored in content sub-directory)
all pages have a common HEADER, NAV, and FOOTER. Use H1 in the header, H2 for MAIN element heading. There is no ASIDE used in this project. The navigation includes a link to the home page and the seven secondary pages. Use relative pathnames.
there are no images on the index page
implement the listed examples in Section 2.3. Images above for each secondary page
you do not need to download the images, copy and use the absolute URL (right-click on their image, select "Copy image address", then paste to your IMG element's SRC attribute) Note: if you are downloading any images, always include citation in your file's prologue, as well as a comment just above the element where the image is used.
Make sure to validate every pages, both for HTML validity and Accessibility.
Publish to assignments/assignment2 directory on the dev.fast.sheridanc.on.ca server.
Submit your Web URL to the project, together with the appropriate credentials (username and password) in the SLATE dropbox when it becomes available. Once the dropbox becomes available, it will state the due dates.