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.
Category: XHTML
Learn table-less css layout creation
Published May 28, 2009 by admin
This tutorial will show you how to create css layout without table.
Ever since the emergence of latest Web 2.0 technologies on web, the most sort subject is CSS based design. The ancient method of table based layout is almost on the verge of vanishing. This becomes the primary objective of developers to learn how to create web pages without tables.