110 likes | 208 Views
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.
E N D
ID 8900 / CS8803Web Design, Usability and Accessibility HTML – “markup language” Hypertext Internet communication Server and Browser model Roots of the markup language
ID 8900 / CS8803Web Design, Usability and Accessibility <beginning><title>War and Peace</title><text>This is the text of War and Peace</text><end>
ID 8900 / CS8803Web Design, Usability and Accessibility “metadata” Intent Custom formatting Links – 2 kinds Content
ID 8900 / CS8803Web Design, Usability and Accessibility www. w3c.org http://validator.w3.org/
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">
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">
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>
ID 8900 / CS8803Web Design, Usability and Accessibility <p></p> <h1></h1> (etc.) <img src=“happycat.jpeg" alt=“Cat playing with catnip" />
ID 8900 / CS8803Web Design, Usability and Accessibility Ordered and Unordered lists <ol> <li></li> </ol> <ul>. .. .
ID 8900 / CS8803Web Design, Usability and Accessibility Basic table structure <table> <tr> <td></td> </tr> </table>
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