What is accesibility?
1.Accessibility means that you make the website or the PC environment functioning even when you live in a rural part of the world with low network speed.
Therefore itās important that the website loading time is not too big or those people could not use the website. Overloading with high-resolution pictures or Videos is not appropiate.
There are also other ways to make website functioning better even for those people with visual impairments .
You could use a screan reader or a zooming funcionality reader for making websites and texts look bigger and therefore creating a more readable experience. The website has to be programmed in the way you can zoom it.
Hearing impairments or deaf-of-hard hearing people is another part of people who we as a programmer should take account for and help them with technique like implementing transcripts for videos or audio content or text-to speach. Changing underlined link colours would also help.
The layout should be structred in a very easy to use form. The advantage would be that also people with mobility impairments that e.g. can not make exact hand movements can click a button or use the mouse or other people might use a head pointer when they are paralyzed and the website should still work properly.
- How do people interpret websites without vision?The can use a screen reader or zoom and also use a screen reader like dolphin screen reader or nvda or ChromeVox.
-
How does semantic HTML help make websites accessible? If pictures are described in the html code than also blind people know what is described in that picture. Also semantic html helps with making the content more seo friendly and therefore more findeable*
- Name a few practices to avoid when writing HTML.When you use the āimgā code then you should use āaltā for accesibility for impaired people.Donāt overload site with huge picture or distract people with bad navigating funcionality. When using forms and errors occur the errors should be visible and correctable in an easy way. Use changing colours for links when hovering over.
- Tabindex is used for focussing and navigating with the tab key of the keyboard. In this way you can navigate with the tab key and therefore have not to use the mouse pad e.g. when you are paralyzed with the hand but e.g. you can use one finger only.