Felitaur Site
Offerings
|
   
|
Assignment 3 & 4 for CIS233DA
[Main Class Page] [Assignments] [Exams]
Due November 5th
- You are going to redesign your "projects" site for this one.
- You will move everything into a frameset
- Your will create a project4.html page will have the questions
that are
assignment 4 on it
- This should give you practice in redesigning a site (something
your customers will do to you, usually JUST after you got everything done
the way they originally wanted it ;)
- go into www/projects/ (use cd www and then cd projects)
- move (rename) your index.html file to proj1.html (mv index.html
proj1.html)
- You will create at least three more .html files, one called
"menu.html", "intro.html" and the other "title.html"
- You will create a new index.html page, which will be your frames
definition page.
- It will have three frames
- One across part of, or all of the top for your
"title.html"
- One for your "menu.html", where you place it is up to
you.
- Your menu.html will have links to all the projects
that you do this summer, and they will target your main window (so you
need to use "name" in the frames page and "target" in your menu links
- AND for any external links (like in project 2)
make
sure you use target="_top"
- Then the main "frame" will be for your "intro.html" page
- Your main "intro" page should use CSS, external and embedded.
- Create a style for the following tags
- <P>
- <H1>
- <UL LI>
- create one "class" and use it
- On a page called "proj4.html" you will answer the following
questions (This is your assignment 4)
- What is special about "white space" when you use the <PRE>
tags?
- What are cookies? Why are folks concerenced? Should they be?
- What does WYSIWYG mean? Why can't web editors be TRULY WYSIWYG?
- Name 3 WYSIWYG Web editors
- Name 3 HTML Tag Editors
- What are HTML Converters? Name 3 examples.
- Print out the individual frames that you have created, turn them
in
|
|