Felitaur Site
Offerings
|
   
|
CIS233DA Assignment 2
[Main Class Page] [Assignments] [Exams]
- Due Date: October 8, 2001
- Goals of Assignment:
- Learn how to re-arrange the structure of your web pages
- Get more experience working with directory structure
- To create a template for your pages, a handy idea (make all
your basic design decisions,style sheets, meta tags, stuff you put in
every page anyhow and just make a template you can copy from)
- NOTE: Please do this in order, skipping around can be
confusing
- File Maintenance
- Go into www directory
- "mkdir projects" for your project subdirectory
- All web page assignments (OTHER THAN YOUR FINAL PROJECT) go
here
- Make a basic web page template (name file temp.html or template.html)
- include html, head, title, body tags
- include Meta tags:
- keywords, author, description, copyright
- last-modified
- Include one of the Doctype
comments at the very top of the page. (preferably transitional)
- Include (any way you wish) a "mailto" link (for an example,
Email Instructor Only
yours should point to YOUR email address, not mine. :)
- place this file (template.html) in your main web directory
(www)
- review Using Telnet & Pico
for Web Pages
- use the "cp" command to:
- cp template.html projects/ (copy file into project
directory from www)
- go into "projects" (cd projects) and "cp
template.html index.html"
- Inside of "projects/index.html" put the following information, using a
list or table to organize
- List 5 "deprecated tags/attributes"
- Include the code (and what the code displays) for 6 special
characters
(such as > which gives you ">")
- Use the Book and the Web to answer (in YOUR words, using a definition
list <DL>) the following:
- What is ASP vs PHP? Include one web site as reference.
- What is VRML? Include One web site as reference.
- Print out a copy of your web page and turn it in for grading. Also
print out a copy of the source for this page. (Use "enscript filename" to
print to the BA1W printer)
|
|