Student Version
HTML stands for HyperText Markup Language. HTML is the language that has historically been used to create documents on the web. It is plain text, but includes a variety of codes or "tags" that define the structure of the document, and allow documents to include headings, paragraphs, images, links, lists, tables, and other features.
HTML has undergone various revisions over the years. Some tags have become deprecated, or old-fashioned, when new versions of HTML are developed. The emerging trend in web development is to use XHTML. XHTML is a rewrite of HTML as an XML language (see the earlier lesson on Web Standards for a refresher on these definitions). XHTML is very similar to HTML, but has stricter rules.
The instructions in this lesson teach you HTML along with the XHTML nuances so you will learn coding conventions that make your code as flexible as possible.
At the completion of this exercise:
After you have recorded your responses to the above activity, show your instructor your response before starting Lesson 2.
Copyright © 2005-2008 by University of Washington. Permission is granted to use these materials in whole or in part for educational, noncommercial purposes provided the source is acknowledged. This product was created with support from the National Institute on Disability and Rehabilitation Research of the U.S. Department of Education (grant #H133D010306), and is maintained with support from the National Science Foundation (grant #CNS-054061S). The contents do not necessarily represent the policies of the U.S. federal government, and you should not assume their endorsement.