Out: Monday, 6/15/09
Due: Wednesday, 6/17/09, before class
In addition to HTML, you must use at least 3 of the CSS properties discussed in class.
If you would like to use any advanced HTML or CSS, you are more than welcome. Feel free to be as creative as you would like.
linux1[19]% pwd
/afs/umbc.edu/users/d/b/dblock/home/
linux1[20]% cd ..
linux1[21]% ls
Mail backup home pub
linux1[22]%
linux1[23]% pwd
/afs/umbc.edu/users/d/b/dblock/
linux1[24]% ls
Mail backup home pub
linux1[25]% cd pub
linux1[26]% ls
www
linux1[27]%
www directory. Look at the contents of the directory. You should
see the cs104 directory you created in Lab 2.
linux1[28]% cd www
linux1[29]% ls
cs104
linux1[30]%
linux1[31]% cp /afs/umbc.edu/users/d/b/dblock/pub/CS104/web/index.html .
linux1[32]% ls
cs104 index.html
linux1[33]%
http://userpages.umbc.edu/~username
where username is your UMBC login name. For example, mine would be http://userpages.umbc.edu/~dblock.
The page you see should be blank, with the default title at the top.
xemacs.
linux1[34]% xemacs index.html
When you first open your file in xemacs, it might ask you for your email address. If it is filled in for you, just hit enter to continue to the file. If not, type it and then hit enter. If it says "Save address for future sessions? (y or n)", type 'y' for yes.
In order to save as you go in xemacs, just type Ctrl-x Ctrl-s. Once you save, you can
refresh the browser window and see the changes you made. In order to save and completely
exit out of xemacs, type Ctrl-x Ctrl-c and then 'y' for yes to exit.
<!-- Filename: index.html
Name: Ima Student
Username: astudent1
Date: 03/05/09
Description: This file contains the web page for the first part of Homework 3.
-->
I would recommend saving your page and checking it as you go. It is easier to debug when you work incrementally. There are no right or wrong answers for this one. Just have fun!