lecture 5: html structure and navigation lis350ar: designing universally accessible web resources...

8
Lecture 5: HTML Structure and Navigation LIS350AR: Designing Universally Accessible Web Resources Instructor: Jon Gunderson

Upload: bonnie-blankenship

Post on 29-Dec-2015

213 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: Lecture 5: HTML Structure and Navigation LIS350AR: Designing Universally Accessible Web Resources Instructor: Jon Gunderson

Lecture 5: HTML Structure and Navigation

LIS350AR: Designing Universally Accessible Web Resources

Instructor: Jon Gunderson

Page 2: Lecture 5: HTML Structure and Navigation LIS350AR: Designing Universally Accessible Web Resources Instructor: Jon Gunderson

Goals

Authroing Tools– HotMetal Pro– Dreamweaver– FrontPage

Vaild documents HTML structural elements HTML navigational elements

Page 3: Lecture 5: HTML Structure and Navigation LIS350AR: Designing Universally Accessible Web Resources Instructor: Jon Gunderson

Valid Documents

DOCTYPE<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Language<HTML lang=“en”>

Character Encoding<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">

Page 4: Lecture 5: HTML Structure and Navigation LIS350AR: Designing Universally Accessible Web Resources Instructor: Jon Gunderson

HTML Validator

http://validator.w3.org

Page 5: Lecture 5: HTML Structure and Navigation LIS350AR: Designing Universally Accessible Web Resources Instructor: Jon Gunderson

HTML Structural Elements

Headers (H1-H6) List elements (UL, OL, DL) Navigation Bars (MENU) Input controls (LABEL) Tables (TH, Scope, Headers) Frames (TITLE)

Page 6: Lecture 5: HTML Structure and Navigation LIS350AR: Designing Universally Accessible Web Resources Instructor: Jon Gunderson

Navigational Elements

Tabindex Accesskey

Page 7: Lecture 5: HTML Structure and Navigation LIS350AR: Designing Universally Accessible Web Resources Instructor: Jon Gunderson

508 Requirements

Paragraph e: Text links for image maps Paragraph f: Client side image maps Paragraphs g and h: Tables Paragraph i: Frames Paragraph o: Skip navigation

Page 8: Lecture 5: HTML Structure and Navigation LIS350AR: Designing Universally Accessible Web Resources Instructor: Jon Gunderson

WCAG Guidelines

Guideline 3 Guideline 4 Guideline 5 Guideline 6 Guideline 9 Guideline 11 Guideline 12 Guideline 13