COIN 65 Logo
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!
Sandi's Blog | Schedule | ETUDES | Forum | Class Sites | Syllabus | Resources | CTIS | Foothill
COIN 65 XHTML Template

Copy the code below into a new document. Save the document as template.html and use it for all assignments as you begin new documents. You should know all these tags; they are essential for a basic XHMTL document.

Note: For this class we will be using the XHTML 1.0 Strict DTD.
All of your assignments should validate under the STRICT standard!

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<!--
Author: Put your name here
Class/Section: Put your class and section here
Date Created:
Time:
Copyright &copy; 2007
-->

<head>
   <title> Your title goes here </title>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <meta http-equiv="Content-Language" content="en-us" />
</head>

<body>

<!--
The content the user sees, goes here between the opening and closing body tags!
Be sure to remove this comment in your assignments... it is just a reminder
to you as to where your content should go!
-->

</body>
</html>

Note: Make sure that you follow strict XHTML coding rules:

Top | Sandi's Blog | Schedule | ETUDES | Forum | Class Sites | Syllabus | Resources | CTIS | Foothill
This site is best viewed with a "modern" browser - Firefox, Netscape, Opera, Safari (not IE 6 or below)
For best results, install the following plug-ins: Adobe Acrobat Reader, Quicktime, and RealAudio.
Copyright © 2006-07 Sandi Watkins & Greg Mcilhiney
Internet Technologies Department / Computers, Technology & Information Systems Division
Last Update: Saturday, April 7, 2007 at 6:19 AM