Posts in category: Standards
Styling definition lists with CSS3
Saturday, July 3rd, 2010
Definition lists are an extremely useful, but often overlooked, HTML element used for creating lists of terms and definitions. Definition lists are similar to ordered and unordered lists, but there is one important difference. With definition lists, there are at least two tags per listed item: the term (<dt>) and the definition (<dd>), and there [...]
No tags
XHTML-Valid External Links using jQuery
Thursday, June 24th, 2010
You’re probably aware that the target attribute was removed from the XHTML specification way back when. This is mainly due to the rule that we as web developers should all be following: the browser belongs to the user (read: I’ll decide if and when I want another window or tab to open, thank you very [...]
No tags