HTML/CSS Advance Tutorials
An image map is basically used for placing multiple links on a single image. For example you have a medical site, where a photo of the human body should have links to different pages when different parts of the body are clicked.

|
Category: HTML/CSS »
Advance | Views: 139
Image maps are images with clickable areas (sometimes referred to as "hotspots") that usually link to another page. If used tastefully, image maps can be really effective. If not, they can potentially confuse users.

|
Category: HTML/CSS »
Advance | Views: 156
Forms are usually seen as that obnoxious thing we have to markup and style. I respectfully disagree: forms (on a par with tables) are the most exciting thing we have to work with.

|
Category: HTML/CSS »
Advance | Views: 237
Much of HTML 5�s feature set involves JavaScript APIs that make it easier to develop interactive web pages but there are a slew of new elements that allow you extra semantics in your conventional Web 1.0 pages. In order to investigate these, let�s look at marking up a blog.

|
Category: HTML/CSS »
Advance | Views: 200