W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘HTML’

Html Code for Tables : For Beginners

August 25th, 2009

Tables are very common in HTML websites. Tables help organize and show information in a much cleaner way than without it. People who do not know CSS rely on tables to create the layout of their web pages. Tables are also notorious for the use of many tags and attributes, causing a simple HTML page [...]

Read More >>

CSS Box Model

August 17th, 2009
Box Model

Box Model in CSS: All HTML elements can be considered as boxes. In CSS, the term “box model” is used when talking about design and layout. In order to set the width and height of an element correctly in all browsers, you need to know how the box model works. The box model illustrates how [...]

Read More >>

Image Maps with Dreamweaver

August 15th, 2009

Learn how to link to different pages from the same image using image maps in Dreamweaver. What are image maps? An image map is an image that has been divided into regions, or “hotspots”; when a hotspot is clicked an action occurs, for example a new file opens. The image found at the bottom is [...]

Read More >>