This page contains the materials needed for Internet Technologies
- COIN 65 taught by Sandi Watkins.
View the forum for updates and announcements. View my blog for the same!
View the forum for updates and announcements. View my blog for the same!
Using CSS for Design Lab 1 Data
| Lab 1 |
Copy the data and image below for your Lab 1 document.

a New Riders book by Charles Wyke-Smith Moving to XHTML Creating XHTML compliant pages simply requires following a few simple rules. These rules may seem counter-intuitive or just a lot of extra work at first, but the benefits are significant and actually make coding sites much easier. Also, XHTML code can be easily validated online so you can be sure your code is correctly written. Here are the key requirements for successful validation of your XHTML code. Declare a DOCTYPE Declare an XML namespace Declare your content type Close every tag, enclosing or non-enclosing All tags must be nested correctly Inline tags can't contain block level tags Write tags in lowercase Attributes must have values and must be quoted Use encoded equivalents for left brace and ampersand more about these requirements Here are some useful links from the web site of the W3C (World Wide Web Consortium), the guiding body of the web's development. W3C's XHTML validator W3C's CSS validator XHTML Resources CSS Resources © 2004 Charlie Wyke-Smith and New Riders.