My focus in this discussion is to consider the need for basic progressive enhancement and to try to tackle a couple of scenarios using a little jQuery (the open-source JavaScript library, web builders can’t get enough of!).
The larger goal of progressive enhancement is to build accessible websites that work with or without certain capabilities (like [...]

  • Share/Bookmark

Good HTML structure is based on logic, order, and using semantically correct markup. If you have a heading use the heading element, beginning with the H1 element. If you have a paragraph, use a paragraph element. If you have a list, use a list item element. If you’re quoting a few lines, use a blockquote [...]

  • Share/Bookmark
Tags: