Posted by: webkori on: August 1, 2008
One common question when working with XHTML and CSS is whether to use the id or class attribute on an element. There are several rules that you should consider when using either attribute.
Will the selector be used more than once within a document?
Do the selectors need to be combined?
Does the specificity matter?
If the answer to [...]
Posted by: webkori on: August 1, 2008
Due to the nature of the Internet, people may be viewing your web page with many different types of browsers such as a text-only browser, a voice browser, or a cell phone; they may be clicking through your site without a mouse, or keyboard, or they may be browsing hands-free. Some people may be accessing [...]
Posted by: webkori on: August 1, 2008
Cascading Style Sheets (CSS) is a stylesheet language written in used to describe the presentation of a document written in a markup language. Its most common application is to style web pagesHTML and XHTML,Save a lot of work with CSS!
CSS TAble
CSS Tip: CSS Equivalent to CELLSPACING=0
When using the TABLE tag, there are two attributes [...]
Recent Comments