Skip to main content

#WebStandards — All content tagged with this topic.

Glossary Terms

WCAG (Web Content Accessibility Guidelines)

WCAG is an internationally recognized set of guidelines developed by the W3C that provides standards for making web content accessible to people with disabilities, organized…

Marquee Text

The HTML marquee tag was a Microsoft Internet Explorer proprietary element that made text scroll horizontally or vertically across a webpage, creating moving text banners…

Best Viewed In Badges

"Best Viewed In" badges were graphics that website creators displayed to indicate their sites were optimized for specific browsers, screen resolutions, or plugins, often featuring…

Box Model Hack

The Box Model Hack was a CSS technique used to work around Internet Explorer's incorrect implementation of the CSS box model, where IE included padding…

Conditional Comments

Conditional comments were HTML comments that only Internet Explorer would parse and execute, allowing developers to serve IE-specific CSS, HTML, or JavaScript without affecting other…

CSS Holly Hack

The CSS Holly Hack was a technique that used CSS comments and property parsing differences to target specific versions of Internet Explorer, named after Holly…

MIME Types

MIME (Multipurpose Internet Mail Extensions) types are standardized labels that web servers use to identify file types and tell browsers how to handle different content,…