Topics: HTML
HTML is the foundation of the web and, for some, deceptively simple. Learn the nuances and complexities of semantic and standards-based markup.
-
HTML for Restaurant Menus
Oh, you mean besides linking to a PDF? I kid. Though, not really. Unfortunately, a PDF has become the “menu solution” for many restaurant sites. This presents a host of issues,… -
Front-end Validation
There was a time, in the not so distant past, when one of the first rules for coding HTML was to run your page through W3C’s Validation Service. Primitive editing tools and nascent browser… -
Cross-Browser Audio and Video
Adding audio and video content to a web page is nowhere near as easy as we might like it to be. It’s not that the syntax is hard, but rather that the codec wars have made it rather… -
Assessible, Complex Data Entry Forms
Your situation has two distinct accessibility requirements: table cells should be associated to their respective row and/or column headers, and inputs need descriptive labels. We’ll address… -
Acronyms in Body Copy
Screen Reader Defaults Providing abbreviation expansions in thetitle
attribute is “what we do,” but it does rely on the some customization of settings for some screen…