Media Types allow you to specify how documents will be presented in different media. The document can be displayed differently on the screen, on the paper, with an aural browser, etc.
Category Archives: CSS
CSE HTML Validator
CSE HTML Validator finds problems before your visitors and customers do. CSE HTML Validator Std/Pro includes these tools: • HTML Validator • XHTML Validator • CSS Validator • PHP Checker• JavaScript Linter • Link Checker • Spell Checker • Accessibility Checker• Search Engine Optimization (SEO) Checker • CSS Editor • HTML Editor• XHTML Editor • …
Online CSS Compression Tools
When you want to compress your CSS files, heres a list of some free online CSS compression tools. Of course I am partial to my own CSS Compression Tool.
CSS3 Rounded Image With jQuery
The jQuery code below will find any element with ".rounded-img" or "rounded-img2" (in my case, it is the image element) and wrap it with a span tag. The script finds the src, width, height, and CSS class attribute of the original image and apply them as inline styling in the span tag. Then it specifies …
CSS Rounded Corners In All Browsers (With No Images)
Definition lists vs Table List Data
If you are still creating list data using table, look below and compare on how to make your life easier with HTML dl, dt, dd tags.