Latest News

16-July-2008
New design concept for vishwebdesign.com Well, yeah..I'm thinking of either modifying the existing template or create a new design for vishwebdesign. I'm short of ideas these days. I'm also thinking of mixing things up, using some new technologies, implementing mootools or yui maybe. I'll give it some time..
Vishal Beersye

Advantages of xhtml/css

  1. Using xhtml and css for desigining web pages, we can now completely seperate presentation with contents. All the presentational data moved to the css, the contents of xhtml pages are more accessible to all readers, including screen readers.
  2. Using XHTML and CSS to build your website will allow you to later modify your design and integrate new ideas very easily. This was such a troublesome task when using only tabular structures.
  3. You must take into account that your website is not viewed only on computers, but also on mobile phones and PDAs. These devices will have a very easy to use website if you use a well written css and xhtml markup.
  4. Have you ever tried looking at nested tables? They are just too complicated. If you use html tables, you should already be knowing that there are 3 levels of indentation even before you try put any content. I personally use tables only when i believe i need to.

What is xhtml?

  • XHTML stands for EXtensible HyperText Markup Language
  • XHTML is aimed to replace HTML
  • XHTML is almost identical to HTML 4.01
  • XHTML is HTML defined as an XML application
  • XHTML is a W3C Recommendation

Read more about the advantages of css designing >>

Useful CSS & XHTML Articles and Links