1 / 11

ID 8900 / CS8803 Web Design, Usability and Accessibility

ID 8900 / CS8803 Web Design, Usability and Accessibility. HTML – “markup language” Hypertext Internet communication Server and Browser model Roots of the markup language. ID 8900 / CS8803 Web Design, Usability and Accessibility.

roth-golden
Download Presentation

ID 8900 / CS8803 Web Design, Usability and Accessibility

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ID 8900 / CS8803Web Design, Usability and Accessibility HTML – “markup language” Hypertext Internet communication Server and Browser model Roots of the markup language

  2. ID 8900 / CS8803Web Design, Usability and Accessibility  <beginning><title>War and Peace</title><text>This is the text of War and Peace</text><end>

  3. ID 8900 / CS8803Web Design, Usability and Accessibility “metadata” Intent Custom formatting Links – 2 kinds Content

  4. ID 8900 / CS8803Web Design, Usability and Accessibility www. w3c.org http://validator.w3.org/

  5. ID 8900 / CS8803Web Design, Usability and Accessibility The document type <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

  6. ID 8900 / CS8803Web Design, Usability and Accessibility <html lang="en-US"> <head> <title>CATEA - Center for Assistive Technology and Environmental Access</title> <LINK REL=StyleSheet HREF="http://www.catea.gatech.edu/includes/default2.css" TYPE="text/css" MEDIA=screen> <meta http-equiv="Content-Type“ content="text/html; charset=iso-8859-1"> <meta name="keywords" content=", assistive technology, disability, disabilities , environmental access, wheelchair, CATEA, The Center for Assistive Technology and Environmental Access, Georgia Tech, Georgia Institute of Technology, research, non-profit, rehabilitation technology, Stephen Sprigle, Jon Sanford, College of Architecture">

  7. ID 8900 / CS8803Web Design, Usability and Accessibility <meta name="description" content="The Center for Assistive Technology and Environmental Access provides independence for people with disabilities through research, training, the dissemination of information, and more."> <meta name="author" content=“David Morton" /> </head>

  8. ID 8900 / CS8803Web Design, Usability and Accessibility <p></p> <h1></h1> (etc.) <img src=“happycat.jpeg" alt=“Cat playing with catnip" />

  9. ID 8900 / CS8803Web Design, Usability and Accessibility Ordered and Unordered lists <ol> <li></li> </ol> <ul>. .. .

  10. ID 8900 / CS8803Web Design, Usability and Accessibility Basic table structure <table> <tr> <td></td> </tr> </table>

  11. ID 8900 / CS8803Web Design, Usability and Accessibility Special characters http://www.w3.org/TR/html4/sgml/entities.html http://www.w3schools.com/tags/ref_entities.asp

More Related