Make sure that you have completed the exercises from last week before you go any further today.
These required you to configure your two most important tools; Firefox and EditPlus, to allow you to create and edit simple XHTML pages on the web servers that are provided for you. It is essential that you know at this stage how to access these web servers.
Copy the above examples from the lecture into EditPlus and save them to a suitable place on one of your web servers. How you do this is up to you. One possibility is to...
Edit these files to alter their content and submit the result to the W3C validation service.
The primary learning outcome for today is that you learn to use the validation service to help you to create valid XHTML 1.1 documents. This means that your XHTML documents must have the correct DOCTYPE.
EditPlus is configured by default to support HTML4 (at least it was last time I looked). In the labs EditPlus should be configured to support XHTML 1.0 Transitional (if you are lucky). The EditPlus website provides user files to support just about every conceivable computer language. Make sure that your EditPlus (both in the labs and at home) has an XHTML toolbar (user programmable) and an XHTML 1.1 template to support your development work. The configurations provided by Scyth are recommended although his template is 1.0 strict so you must tailor it to suit your own purposes. Copy the first few lines from this page to pick up the correct XHTML1.1 doctype. Save your configs in the J:\Editplus folder so they follow you in our labs.
Create a XHTML 1.1 web page that advertises a movie.
Your pages must include an XHTML 1.1 DOCTYPE and your pages must pass validation using the W3C validation service. Do not worry about styling, that comes later.
If you want to learn more XHTML tricks visit the W3Schools XHTML tutorial. Be advised that W3Schools are not strict about their XHTML and you will find things that are deprecated in the 1.1 doctype.