DHTMLdev.com — Dedicated to quality Web development articles and tutorials
HTML & XML
Getting WordPress Blogs to Validate as XHTML PDF Print E-mail
Saturday, 09 December 2006

I really like WordPress. It's a great blog. I also like my HTML pages to validate, and I like XHTML. "Now, how do you get your WordPress blogs to validate as XHTML?", you might ask. I thought you'd ask!

Last Updated ( Saturday, 09 December 2006 )
Read more...
 
The Lowdown on HTML DTDs and DOCTYPEs PDF Print E-mail
Saturday, 25 March 2006

Ever wondered where all the HTML tags we use are defined? Why there is a <p> tag instead of <para>? And why a <table> tag requires a <tr> tag, which requires a <td> tag? Have you ever wondered what that DOCTYPE line is at the top of an HTML file? If you have a hankering for understanding DTDs, this one is for you.

Last Updated ( Sunday, 26 March 2006 )
Read more...
 
The Best Reason to Use XHTML PDF Print E-mail
Tuesday, 07 March 2006

Probably the best reason I have found to use XHTML is when your source code is XML and your output will be HTML. If you will be transforming XML into HTML, you are probably spending way too much time creating and coding in a custom XML language created by you or someone in your group. XHTML, not custom XML, or a hybrid of custom XML/XHTML is what you should be using for your source code.

Last Updated ( Sunday, 02 April 2006 )
Read more...