Buscador

lunes, 16 de enero de 2017

Cómo escribir HTML accesible

Writing HTML with accessibility in mind explica varias cosas que se deben escribir HTML para mejorar la accesibilidad de las páginas web. Todos estos consejos no garantizan que la página sea totalmente accesible, pero sí que solucionan la mayoría de los problemas:

  • It’s important to define the natural language of your document
  • You can hide content using the hidden attribute
  • Sometimes it’s better to add a blank alt attribute to an <img> element
  • If you need a button, use the <button> element
  • Structuring your markup correctly with headings is important
  • Using landmarks helps people navigate your site
  • The main page content, header, and footer are also landmarks
  • Fieldsets are great for grouping form elements and giving them more context


No hay comentarios: