Search results for "html code"
Id vs Div
There are often confusions when it's appropriate to use CSS IDs and when CSS Classes should be used instead. This article geared to display an answer as well as provide more information about CSS IDs.
We should know that IDs identify a specific element and therefore must be unique on the page - you can only use a specific ID only once per document. Many ...
Formating tables with CSS
Do you want to have a nice formatted table using CSS code? Being able to format a table it is not a "strange" thing than formating lists, links, text or other structures. You can have your own classes attached to the rows and columns or simple use another attributes (superscript) the used tags.
Below it is an example of a simple formated table. It is ...
Having shadow to a border using CSS
Do you want to add a shadow to a border using CSS code? Hope you agree with me that CSS is nice to work with... I think you can implement whatever you want, except you have to choose the right method. Follow the next steps ... it is the way I choose to add a shadow to a border.
Before started you should know I make the shadow from small pictures (3x4 ...
CSS filter - IE hacks
Lets see what this filter means.
A CSS filter is a technique used by programmers to show or hide markups depending on browsers. Why shall we know all these? Browsers has different implementation of CSS behavior. All of us happened to have different CSS formating in different browsers. If we respect the W3C Schools standards we will have less ...

RSS/XML