Archive for August, 2009

HTML vs XHTML

One of the first steps in developing a web site is deciding whether to use HTML 4.01 or XHTML 1.0. HTML is a much looser language than XHTML creating a larger potential for bad coding practices and unpredictable markup. This can create issues when parsing or manipulating the HTML code, compared to XHTML, which is [...]