Page is a not externally linkable
- WebmasterWorld
-- Accessibility and Usability
---- Accessorizing Your Website


pageoneresults - 3:07 pm on Mar 5, 2007 (gmt 0)


Before one can delve into the Accessibility and Usability realm, I would think they need to have a solid understanding of HTML Elements and Attributes. For example...

I may be writing a page about the use of keyboard shortcuts. I'm surely going to use the <kbd> element to my advantage.

...to copy use the keyboard buttons <kbd>Ctrl</kbd> + <kbd>C</kbd> simultaneously to copy.

Another example...

I need to set up a glossary of definitions. I'm surely going to use the <dl> element to my advantage.

<dl>
<dt>Defined Term</dt>
<dd>Definition</dd>
</dl>

Do you think an intimate understanding of HTML Elements and Attributes are imperative to accessiblity and usability?

How do you Accessorize your website?

References

Index of HTML 4 Elements
[w3.org...]

Index of HTML 4 Attributes
[w3.org...]


Thread source:: http://www.webmasterworld.com/accessibility_usability/3271524.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com