CIT CS Workshop: June 2001Lab 2 |
Computer Science Department |
Lab Assignment 2
rm Poem2
where Poem2 represents the name of the extra poem file
rm verse
instead
rm -i Poem2
(for remove)
where the i stands for interactive
mkdir public_html
(for make directory)
chmod 711 public_html
(for change permission mode)
cd public_html
(for change directory)
http://www.cs.colostate.edu/~yourLoginName/
which should bring up your empty Web page
Repeat these last five steps (a. through e.) several times
until you are reasonably happy with your Web page
appearance
<FONT COLOR=RED>
This line contains red text
</FONT>
to your index.html file
<FONT SIZE=+2>
This line contains larger text
</FONT>
to your index.html file
<BODY BGCOLOR=YELLOW>
<BODY BACKGROUND="http://www.cs.colostate.edu/workshop/Figures/csucs.gif">