What is CSS Box model?

May 11, 2010 by satz  
Filed under CSS, HTML, XHTML

CSS Box model Explained

The knowledge of CSS box model is very much important for anyone who aspire to learn CSS or HTML. What is CSS box model is frequent question among the newbie web developers.

According to the W3C candidate recommendation, the CSS box model describes the rectangular boxes that are generated for elements in the document tree and laid out according to the visual formatting model.

Read more

Embed Flash in XHTML – Pass W3C Validation

October 4, 2009 by satz  
Filed under HTML, JavaScript, XHTML

Inserting flash(swf) files directly in XHTML causes w3c validation errors. This article explains how to embed flash in XHTML pages with out affecting the page Validation.

The Usual method is to use “<object>” tag and “<embed>” tag to insert the flash files in web pages. This  causes errors while validating the page as per the w3c standards. Read more

Creating a Simple HTML contact form

July 13, 2009 by satz  
Filed under HTML, Scripts, XHTML

This article shows how to create a simple contact form in HTML. The beginners in HTML can learn how to create HTML forms in this article.

Read more

Next Page »