Change is inevitable, Growth is Optional!

Who came up with all of these different ways to put content on the Web? Why does it keep changing? Will it ever stop changing? The answers to these questions are Sir Tim Berners-Lee and the World Wide Web Consortium, to improve the total web experience, and NO!.

Under the leadership of the founder of the World Wide Web, Tim Berners-Lee, the W3C(World Wide Web Consortium) has constantly changed the way web pages are created and viewed. Originally meant to be text only pages, the Web has had to change to accommodate images, video, sound as well as different computer types, cell phones, and who knows what is next!! The World Wide Web is certainly science at its greatest and at its most frustrating. A few things on the web are as they started, but most have had to change to accommodate new technology.

The W3C has and continues to set standards for the medium. The W3C is a consortium involving MIT University in Massachusetts, Keio University in Japan, and the INRIA firm in France. Other organizations including CERN collaborate with the W3C. Headquartered at the Computer Science building at MIT in Cambridge, Mass., W3C is currently working on the newest standards for improving the World Wide Web. In 1999, for example, W3C adopted a new version of HTML, Version 4.01. The W3C has determined that no more efforts will be put into improving the html language but instead has focused its efforts on other areas of the World Wide Web. In the early 21st century, the W3C focused on Cascading Style Sheets and XHTML as they improved the web. And the W3C involves itself in all aspects of the WWW. They set standards for graphics, multimedia, sound, web accessibility, new languages and other guidelines. The World Wide Web Consortium has remained a progressive scientific center, seeking to improve the web experience with no favoritism to a specific browser.

On this page we will learn about the evolution from HTML to XHTML. We will cover Cascading Style Sheets later. Here are the main points about how XHTML is the same and different than old fashioned HTML:

Staying the Same

Changing in XHTML

One helpful tool you can use to make XHTML a little easier is a validator. It will help you clean up your code. The W3C offers one if your page is online. It is at http://validator.w3.org/. Since your pages for this class aren't usually online as you work on them, we have installed CSE Validator Lite that you can use to check your code.

It is best to write your code correctly the first time. The W3C is suggesting that if you follow the rules of XHTML today, your pages will be valid for years to come. If you look at the source code of this classroom website, you will find that these pages are written in mostly HTML 4.01 with some HTML 2.0. That is because they were written in the late 1990's and have been updated in places here and there. They still work for the most part in major browsers. But if you try to view these pages on your cell phone or other personal data device, they may look ugly. XHTML allows the code you write to work well on both personal computers and smaller/less powerful handheld devices.

Lastly, validating your webpages with XHTML is still not an excuse to skip checking your work in different browsers. Even if you write correct code, you will find slight variations from browser to browser. The school district allows us to load Firefox and IE on our computers in the classroom. That will give you the 2 most popular browsers to check your code on.


Index Basic Tags Links Design Layout Tables Image File Types Using Images Image Editing Lists Frames