XHTML Unit A
PROJECT DESCRIPTION: Mark up the provided recipe collection using XHTML with a STRICT doctype. This assignment will produce a very boring-looking document!!!!
INSTRUCTIONS:- Read the first three chapters (Introduction through Chapter 3) in Castro's HTML, XHTML, & CSS.
- Open this recipe file in a simple text editor such as Notepad or TextEdit. Do not use Word or WordPad.
- Save the file as "xhtml1.htm" but without the quotes.
- Begin by adding the basic XHTML commands that you read about in the textbook
- <head>, <title> and <body>
- Make sure you use these in the right place!
- Add a STRICT doctype. You may need to visit the W3C or the author's website to find this information.
- Now you can add additional XHTML commands. Avoid commands or attributes the textbook lists as deprecated!
- Be sure to play with all of the tags in the table shown at the bottom of this page.
- Run your finished page through the W3C's HTML Validator. Attempt to fix any errors the validator discovers.
- When you are finished, save your page to a USB drive or a floppy disk. You will upload your work to your webspace next class.
- Online students, email this page to your instructor as an attachment.
Dreamweaver-Specific Instructions (skip this section if you are not yet using Dreamweaver)
|
| check | Command |
|---|---|
| <html> | |
| <head> | |
| <title> | |
| <doctype> | |
| <body> | |
| headers <h1>, <h2>, etc. | |
| <p> | |
| <br /> | |
| comments |