To understand the difference between HTML and XHTML, I thought it would make sense to do some background research on HTML. As I imagine you know, HTML means “HyperText Markup Language.” According to Wikipedia, HTML, “provides a means to describe the structure of text-based information in a document…” and was first starting to be developed in the 1980’s by physicist Tim Berners-Lee. As HTML developed, there were constant additions and changes to its structure by HTML users, creating a need for the development of standards. Berners-Lee founded the World Wide Web Consortium (W3C) in 1994 in to work on developing such standards.
I liked how blogger Dustin Brewer broke down why web standards are important in web design:
- “Web standards are important for maintainability”
- Brewer explains that using the proper web standards will help you later down the road when a website redesign is necessary
- “Web standards are important for usability”
- You want to make sure that your website accessible to everyone, and every browser, that visits your site
- “Web standards are important for clients”
- Clients will definitely want their site to work in all browsers, and you of course want to make your client happy
- “Web standards are more than passing a validator”
- Brewer makes the case that web standards are more than something you should think about doing, citing that Target was recently sued because their site wasn’t Section 508 or WAI-WCAG compliant
- “Web standards are about quality design work”
- You should enjoy designing standards-compliant, quality work
I went straight to the horse’s mouth, W3.org, for information on XHTML. W3 defines XHTML, or Extensible Hypertext Markup Language, as, “a family of current and future document types and modules that reproduce, subset, and extend HTML 4.” XHTML was designed to accommodate the new changes and additions people have for making websites and conforms to conforms to XML syntax. Wikipedia adds that, “the need for a reformulated version of HTML was felt primarily because World Wide Web content now needs to be delivered to many devices (like mobile devices) apart from traditional desktop computers, where extra resources cannot be devoted to support the additional complexity of HTML syntax.”
Another great development in the world of web design was CSS, or Cascading Style Sheets. Apparently, the use of style sheets has been around since the 1970’s, which makes me feel a little bit behind the times. Wikipedia states that early forms of CSS were proposed for the web in 1994. The idea behind style sheets is to separate the content of the page from the styles associated with it. This is a really good idea when you have to update content of a page, but want to keep all of the same essential style.

4 comments
Comments feed for this article
June 4, 2008 at 12:18 pm
jdbosley
I read over Dustin Brewer’s blog and liked the posting your wrote about, as well as some of the rest of his blog posts, so I subscribed to him, thanks for the additional resource. I agree that web standards are extremely important in out careers as web designers. Compatibility ensures that everyone can view and get the most out of a finished product. And well formed code allows for easy updates and changes to your website, making your job in the future much easier.
June 4, 2008 at 6:28 pm
danpro1
I liked Brewer’s blog myself. Web standards force designers to be coheisive around the globe. It is a sort of standard operating procedures in web design.
June 4, 2008 at 9:38 pm
jlphannah
Dustin Brewer’s post is awesome. It really stressed how important it is to follow web standards both for refreshing a previously created site to making sure that your clients aren’t held liable for your mistakes.
Quoted from Dustin Brewer’s post:
“Making your web site Section 508 or WAI-WCAG compliant is a major part of any commercial project, Target was recently sued because their site wasn’t Section 508 or WAI-WCAG compliant. It isn’t even difficult to make your site Section 508 or WAI-WCAG compliant…”
I’ve definitely bookmarked his site for a must-have resource.
June 5, 2008 at 6:01 am
mwcain81
This will show a little bit of my history nerddom but the whole thing reminds me of the old problems the country had when railroads started becoming big business. The tracks were not all the same and so lots of money was wasted building engines and cars that would run on the various systems. In the same way that the train changed America the web is changing the world. The problem is that there is no world authority that can step in and enforce a definite standard.