How to structure a XHTML document
XHTML is a web programming language defined by the W3C (World Wide Web Consortium), as an eventual successor to the HTML programming language. The W3C now recommends that you code in XHTML rather than HTML, as that’s the way most sites are now going, with the ability to combine XML and HTML into a more useful programming language.
However, if you haven’t learnt XHTML yet, don’t despair! The differences between the two languages are fairly small and you can quickly pick up XHTML if you already know HTML. In this post, I’m simply going to guide you through writing a short, but valid, XHTML document. So let’s begin! (more…)
Thursday, September 6th, 2007
