SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
MassBay Online:
Universal Design
Quick Tips for Creating Online Materials to Meet
Standards for Americans with Disabilities Act (ADA) 

Wednesday, October 12, 2016 MassBay EdTech
http://www.slideshare.net/WendyWalsh5/presentation-
mass-bayuniversaldesignonlinetips20161006
http://www.massbay.edu/ada-guidelines
Slide Deck:


wwalsh@massbay.edu
781-239-2638
Questions or Follow-up:
Instead of building the same old way and then adding
accommodations for different abilities – just build once
and make it work for everyone right at the start!
http://en.wikipedia.org/wiki/Universal_design
Universal Design Definition:
www.w3.org/TR/wai-aria
www.w3.org/WAI/PF/aria-practices
www.html5accessibility.com/tests/landmarks.html
www.accessible-culture.org
Online Accessibility Resources
Compliance is always a process, and no-one is perfect.
Compliance to Government 508 Standards means your
material meets POUR:
Perceivable
Operable
Understandable
Robust
Universal Design Definition:
The iPhone! Make your content mobile-friendly if you can!
If you have no control over the code, at least make type and
buttons large enough to read if they scale down to 1/3 size! If
you do have control, put a VIEWPORT DECLARATION at the
top of your page! Before <title>!
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1" />
#1 Assistive Device:
TEXT
SIZE: Text does not have to be tiny.
COLOR: Color-blind – Don’t use color of text for meaning.
CONTRAST: The popular look of pale gray text on white,
and MassBay’s green on gray or thin, can be hard to read.
Online COLOR CONTRAST text checker
http://webaim.org/resources/contrastchecker/
Build to Consider – Vision Impaired
IMAGES
CONTENT: Try to put content such as headlines and titles in
text on the page rather than photo text.
ALT and TITLE tag your images:
<img src=“coolimage.jpg” alt=“Cool image of dog at play.”
title=“Cool image of dog at play.” />
Build to Consider – Vision Impaired
LINKS
CONTENT: Please spell out where the link is going.
The screen reader will read the links before the rest
of the page, so there will be 20 “Read more…”
DESTINATION:
DO NOT use target=_blank to open in separate window!
Vision impaired cannot see it, screen reader either will not
follow or will start entire website again from the beginning!
Build to Consider – Vision Impaired
INTERACTIVE MEDIA
VIDEO and CAROUSEL: Katherine Wahl, Northeastern
University, says that students with ADHD have a hard time
comprehending text near moving images. Make sure Video
and Carousel do not Autoplay.
POP-UP Windows:
Users with screen readers and users who cannot use the
mouse get stuck, unable to click action button OR click X to
close the window!
Build to Consider – Vision Impaired
VIDEO
Professional Closed Captioning is required.
Default YouTube Captioning isn’t accurate enough for ADA
compliance.
This requirement only applies to video with essential
information for a class, admissions, or financial aid.
If it’s a promotional video these rule don’t apply.
Contact I.T. at MassBay to discuss professional captioning.
Build to Consider – Hearing Impaired
SEMANTIC STRUCTURE
Allow SKIP NAVIGATION: Your visitors may want to hear or
tab through the navigation when landing on the website. But
it will play on each page. Put a link right at the top so they
don’t have to hear it every time they click
SKIP Navigation works by adding #main to body of your
page:
<div id=“main”>
Build to Consider – Vision Impaired
SEMANTIC STRUCTURE
Headlines are read first, from H1 down to H6.
Then links.
Use these to give priority and navigation through content.
HTML 5 tags help screen readers: <header>, <nav>,
<footer> <main> <section> <aside> <form> <button>
If you are working in XHTML, consider using these attached
to <div>. Example: <div id=“header”>
Build to Consider – Vision Impaired
SEMANTIC STRUCTURE
WAI-ARIA Role Tags
Please apply these to your web page code.
These help the screen reader.
Web Accessibility Initiative’s Accessible Rich Internet
Applications.
<main role="main" id="mainArea">
<footer role="contentinfo" id="footerArea">
http://mcdlr.com/wai-aria-cheatsheet/
Build to Consider – Vision Impaired
TEST YOUR SITE IN A SCREEN READER!
Really good screen readers are expensive – JAWS
specifically has a mathematics/engineering bent!
http://www.freedomscientific.com/Products/Blindness/JAWS
Free screen readers to test your content!
Windows NVDA http://www.nvaccess.org/
Mac VoiceOver http://www.apple.com/accessibility/
osx/voiceover/
Chrome ChromeVox http://www.chromevox.com/
Build to Consider – Vision Impaired
TAB KEY and RETURN KEY Navigation
Make sure your major navigation, links and buttons all
Have a visible “hover” state set!
CSS
a {color:blue}
a:hover {color:red}
Visitors use tab key and return key and this automatically
works in browser without your adding any code! EXAMPLE:
http://www.harvard.edu
Build to Consider – Mobility Impaired

Weitere ähnliche Inhalte

Was ist angesagt?

Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013
Jason Grigsby
 
The image problem of the web and how to solve it…
The image problem of the web and how to solve it…The image problem of the web and how to solve it…
The image problem of the web and how to solve it…
Christian Heilmann
 

Was ist angesagt? (20)

Hacking For Innovation Delhi
Hacking For Innovation DelhiHacking For Innovation Delhi
Hacking For Innovation Delhi
 
Now you see me... Adaptive Web Design and Development
Now you see me... Adaptive Web Design and DevelopmentNow you see me... Adaptive Web Design and Development
Now you see me... Adaptive Web Design and Development
 
Online Northwest 2009 Accessibility and Online Learning
Online Northwest 2009 Accessibility and Online LearningOnline Northwest 2009 Accessibility and Online Learning
Online Northwest 2009 Accessibility and Online Learning
 
10 Simple Rules for Making My Site Accessible
10 Simple Rules for Making My Site Accessible10 Simple Rules for Making My Site Accessible
10 Simple Rules for Making My Site Accessible
 
Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013Mobile First Responsive Web Design — BD Conf Oct 2013
Mobile First Responsive Web Design — BD Conf Oct 2013
 
2021 Chrome Dev Summit: Web Performance 101
2021 Chrome Dev Summit: Web Performance 1012021 Chrome Dev Summit: Web Performance 101
2021 Chrome Dev Summit: Web Performance 101
 
Automated-Accessibility-Testing
Automated-Accessibility-TestingAutomated-Accessibility-Testing
Automated-Accessibility-Testing
 
Web 2.0 = Accessibility 2.0?
Web 2.0 = Accessibility 2.0?Web 2.0 = Accessibility 2.0?
Web 2.0 = Accessibility 2.0?
 
2020 Chrome Dev Summit: Web Performance 101
2020 Chrome Dev Summit: Web Performance 1012020 Chrome Dev Summit: Web Performance 101
2020 Chrome Dev Summit: Web Performance 101
 
Joomla
JoomlaJoomla
Joomla
 
Are eLearning Tools Ready For The Mobile Revolution?
Are eLearning Tools Ready For The Mobile Revolution?Are eLearning Tools Ready For The Mobile Revolution?
Are eLearning Tools Ready For The Mobile Revolution?
 
Slide decks good-bad-ugly_part-1
Slide decks good-bad-ugly_part-1Slide decks good-bad-ugly_part-1
Slide decks good-bad-ugly_part-1
 
Slide decks good-bad-ugly_part-1
Slide decks good-bad-ugly_part-1Slide decks good-bad-ugly_part-1
Slide decks good-bad-ugly_part-1
 
The Soul in The Machine - Developing for Humans
The Soul in The Machine - Developing for HumansThe Soul in The Machine - Developing for Humans
The Soul in The Machine - Developing for Humans
 
Stefan Judis "Did we(b development) lose the right direction?"
Stefan Judis "Did we(b development) lose the right direction?"Stefan Judis "Did we(b development) lose the right direction?"
Stefan Judis "Did we(b development) lose the right direction?"
 
9 worst practices in ux design
9 worst practices in ux design9 worst practices in ux design
9 worst practices in ux design
 
Google Apps
Google AppsGoogle Apps
Google Apps
 
The image problem of the web and how to solve it…
The image problem of the web and how to solve it…The image problem of the web and how to solve it…
The image problem of the web and how to solve it…
 
Analytics and design changes
Analytics and design changesAnalytics and design changes
Analytics and design changes
 
Accessible Images
Accessible ImagesAccessible Images
Accessible Images
 

Andere mochten auch (12)

Genre powerpoint
Genre powerpointGenre powerpoint
Genre powerpoint
 
Appendix 16 (Clinical feedback)
Appendix 16 (Clinical feedback) Appendix 16 (Clinical feedback)
Appendix 16 (Clinical feedback)
 
Presentación
PresentaciónPresentación
Presentación
 
Reflection Paper
Reflection PaperReflection Paper
Reflection Paper
 
2 el LCD alanlar,2 el Plazma alanlar istanbul
2 el LCD alanlar,2 el Plazma alanlar istanbul2 el LCD alanlar,2 el Plazma alanlar istanbul
2 el LCD alanlar,2 el Plazma alanlar istanbul
 
YWCA_Conceptual Design_Sustainability
YWCA_Conceptual Design_SustainabilityYWCA_Conceptual Design_Sustainability
YWCA_Conceptual Design_Sustainability
 
Toma de desiciones
Toma de desicionesToma de desiciones
Toma de desiciones
 
Grupo RBS - Last Chance
Grupo RBS - Last ChanceGrupo RBS - Last Chance
Grupo RBS - Last Chance
 
Komple 2.el ev eşyası alanlar istanbul
Komple 2.el ev eşyası alanlar istanbulKomple 2.el ev eşyası alanlar istanbul
Komple 2.el ev eşyası alanlar istanbul
 
Higiene oral
Higiene oralHigiene oral
Higiene oral
 
Eski ev eşyası satmak istiyorum
Eski ev eşyası satmak istiyorumEski ev eşyası satmak istiyorum
Eski ev eşyası satmak istiyorum
 
Teori bahasa dan otomata geral
Teori bahasa dan otomata geralTeori bahasa dan otomata geral
Teori bahasa dan otomata geral
 

Ähnlich wie Applying Universal Design Principles Online

Web Design Etiquette - #POLS2013
Web Design Etiquette - #POLS2013Web Design Etiquette - #POLS2013
Web Design Etiquette - #POLS2013
Seth Hinz
 

Ähnlich wie Applying Universal Design Principles Online (20)

GDSC UWindsor - Unlocking the Web.pdf
GDSC UWindsor - Unlocking the Web.pdfGDSC UWindsor - Unlocking the Web.pdf
GDSC UWindsor - Unlocking the Web.pdf
 
Access by Default
Access by DefaultAccess by Default
Access by Default
 
EVOLVE'16 | Maximize | Libby Schaper & Gina Petrucceli | Web Accessibility & AEM
EVOLVE'16 | Maximize | Libby Schaper & Gina Petrucceli | Web Accessibility & AEMEVOLVE'16 | Maximize | Libby Schaper & Gina Petrucceli | Web Accessibility & AEM
EVOLVE'16 | Maximize | Libby Schaper & Gina Petrucceli | Web Accessibility & AEM
 
EVOLVE'16 | Maximize | Gina Petruccelli & Libby Schaper | Web Accessibility &...
EVOLVE'16 | Maximize | Gina Petruccelli & Libby Schaper | Web Accessibility &...EVOLVE'16 | Maximize | Gina Petruccelli & Libby Schaper | Web Accessibility &...
EVOLVE'16 | Maximize | Gina Petruccelli & Libby Schaper | Web Accessibility &...
 
How to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New YorkHow to create accessible websites - WordCamp New York
How to create accessible websites - WordCamp New York
 
Web Development for UX Designers
Web Development for UX DesignersWeb Development for UX Designers
Web Development for UX Designers
 
Designing for Accessibility (SOFLUX)
Designing for Accessibility (SOFLUX)Designing for Accessibility (SOFLUX)
Designing for Accessibility (SOFLUX)
 
Webdesign
WebdesignWebdesign
Webdesign
 
Gavin Evans, Digital Accessibility Centre
Gavin Evans, Digital Accessibility CentreGavin Evans, Digital Accessibility Centre
Gavin Evans, Digital Accessibility Centre
 
How to manage web projects without setting your hair on fire
How to manage web projects without setting your hair on fireHow to manage web projects without setting your hair on fire
How to manage web projects without setting your hair on fire
 
Access by Default
Access by DefaultAccess by Default
Access by Default
 
A Half Day Workshop on Building Accessible Websites For People With Disabilities
A Half Day Workshop on Building Accessible Websites For People With DisabilitiesA Half Day Workshop on Building Accessible Websites For People With Disabilities
A Half Day Workshop on Building Accessible Websites For People With Disabilities
 
How to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility SummitHow to create accessible websites - Web Accessibility Summit
How to create accessible websites - Web Accessibility Summit
 
Accessibility and the importance of user testing
Accessibility and the importance of user testingAccessibility and the importance of user testing
Accessibility and the importance of user testing
 
Web Accessibility for the 21st Century
Web Accessibility for the 21st CenturyWeb Accessibility for the 21st Century
Web Accessibility for the 21st Century
 
Digital Content for Business
Digital Content for BusinessDigital Content for Business
Digital Content for Business
 
Web Design Etiquette - #POLS2013
Web Design Etiquette - #POLS2013Web Design Etiquette - #POLS2013
Web Design Etiquette - #POLS2013
 
Progressive Web App Challenges
Progressive Web App ChallengesProgressive Web App Challenges
Progressive Web App Challenges
 
Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009Accessibility And 508 Compliance In 2009
Accessibility And 508 Compliance In 2009
 
Understanding and Supporting Web Accessibility
Understanding and Supporting Web AccessibilityUnderstanding and Supporting Web Accessibility
Understanding and Supporting Web Accessibility
 

Kürzlich hochgeladen

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Kürzlich hochgeladen (20)

80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 

Applying Universal Design Principles Online

  • 1. MassBay Online: Universal Design Quick Tips for Creating Online Materials to Meet Standards for Americans with Disabilities Act (ADA) 
 Wednesday, October 12, 2016 MassBay EdTech
  • 4. Instead of building the same old way and then adding accommodations for different abilities – just build once and make it work for everyone right at the start! http://en.wikipedia.org/wiki/Universal_design Universal Design Definition:
  • 6. Compliance is always a process, and no-one is perfect. Compliance to Government 508 Standards means your material meets POUR: Perceivable Operable Understandable Robust Universal Design Definition:
  • 7. The iPhone! Make your content mobile-friendly if you can! If you have no control over the code, at least make type and buttons large enough to read if they scale down to 1/3 size! If you do have control, put a VIEWPORT DECLARATION at the top of your page! Before <title>! <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1" /> #1 Assistive Device:
  • 8. TEXT SIZE: Text does not have to be tiny. COLOR: Color-blind – Don’t use color of text for meaning. CONTRAST: The popular look of pale gray text on white, and MassBay’s green on gray or thin, can be hard to read. Online COLOR CONTRAST text checker http://webaim.org/resources/contrastchecker/ Build to Consider – Vision Impaired
  • 9. IMAGES CONTENT: Try to put content such as headlines and titles in text on the page rather than photo text. ALT and TITLE tag your images: <img src=“coolimage.jpg” alt=“Cool image of dog at play.” title=“Cool image of dog at play.” /> Build to Consider – Vision Impaired
  • 10. LINKS CONTENT: Please spell out where the link is going. The screen reader will read the links before the rest of the page, so there will be 20 “Read more…” DESTINATION: DO NOT use target=_blank to open in separate window! Vision impaired cannot see it, screen reader either will not follow or will start entire website again from the beginning! Build to Consider – Vision Impaired
  • 11. INTERACTIVE MEDIA VIDEO and CAROUSEL: Katherine Wahl, Northeastern University, says that students with ADHD have a hard time comprehending text near moving images. Make sure Video and Carousel do not Autoplay. POP-UP Windows: Users with screen readers and users who cannot use the mouse get stuck, unable to click action button OR click X to close the window! Build to Consider – Vision Impaired
  • 12. VIDEO Professional Closed Captioning is required. Default YouTube Captioning isn’t accurate enough for ADA compliance. This requirement only applies to video with essential information for a class, admissions, or financial aid. If it’s a promotional video these rule don’t apply. Contact I.T. at MassBay to discuss professional captioning. Build to Consider – Hearing Impaired
  • 13. SEMANTIC STRUCTURE Allow SKIP NAVIGATION: Your visitors may want to hear or tab through the navigation when landing on the website. But it will play on each page. Put a link right at the top so they don’t have to hear it every time they click SKIP Navigation works by adding #main to body of your page: <div id=“main”> Build to Consider – Vision Impaired
  • 14. SEMANTIC STRUCTURE Headlines are read first, from H1 down to H6. Then links. Use these to give priority and navigation through content. HTML 5 tags help screen readers: <header>, <nav>, <footer> <main> <section> <aside> <form> <button> If you are working in XHTML, consider using these attached to <div>. Example: <div id=“header”> Build to Consider – Vision Impaired
  • 15. SEMANTIC STRUCTURE WAI-ARIA Role Tags Please apply these to your web page code. These help the screen reader. Web Accessibility Initiative’s Accessible Rich Internet Applications. <main role="main" id="mainArea"> <footer role="contentinfo" id="footerArea"> http://mcdlr.com/wai-aria-cheatsheet/ Build to Consider – Vision Impaired
  • 16. TEST YOUR SITE IN A SCREEN READER! Really good screen readers are expensive – JAWS specifically has a mathematics/engineering bent! http://www.freedomscientific.com/Products/Blindness/JAWS Free screen readers to test your content! Windows NVDA http://www.nvaccess.org/ Mac VoiceOver http://www.apple.com/accessibility/ osx/voiceover/ Chrome ChromeVox http://www.chromevox.com/ Build to Consider – Vision Impaired
  • 17. TAB KEY and RETURN KEY Navigation Make sure your major navigation, links and buttons all Have a visible “hover” state set! CSS a {color:blue} a:hover {color:red} Visitors use tab key and return key and this automatically works in browser without your adding any code! EXAMPLE: http://www.harvard.edu Build to Consider – Mobility Impaired