XHTML experts: How do I insert reserved keywords in a XHTML file?

Sunday, November 8th, 2009

For example, if I have the sentence "Please type the <html> element below." inside the body of the HTML file. The browser will not show the reserved element <html>.

You need to escape your angle brackets using html entites: &lt; and &gt;

Technorati Tags: , , , , ,

Importance of HTML Headings for Accessibility

Saturday, November 7th, 2009

A brief demo and discussion of why html headings are so important for screenreader users.

Duration : 0:8:42

(more…)

Technorati Tags: , , , , , , ,