Electronic Documents Lab #0
KAL
Lab # 0
Simple Web Page Creation
Creating a Simple Web page is just a matter of steps! Because we will
be learning Web programming, it is important to learn some HTML, so we
will not be learning any Page Creation software. If you wish to use
such software, be sure to use one that will allow you to edit the
resulting HTML.
On this page, you will be putting links to your class assignments:
labs and project parts. (Please remember later to make these easily
assessible - you don't want a cranky grader)
The following instructions presume that you are logged onto a UNIX
(or UNIX-like system such as linux).
- Create a directory for your home page by typing:
mkdir public_html
- Change to that directory by typing: cd public_html
- Save the source of a
simple HTML page. (It's at: ~kal/public_html/elecdoc/EDform.html
on owl (cs) if you wish to FTP or cp it.)
Call it index.html if you don't have a home page or
perhaps yournameCS525stuff if you do.
- Edit this file:
- Change Title by changing the words between <title>
and < .title >. This information appears at the very top of
your browser, not on the page itself.
- Create your own H1 header, by changing the words
between <h1> and </h1>
- Write a few words about yourself
- After you leave the editor, type: chmod 755 *.html.
(do this everytime you create a new .html file).
This makes your page accessible by others.
- Change back up to your root directory by typing: cd ..
- Type: chmod 755 public_html. This makes the directory accessible.
- Go one level higher via cd .. , type chmod 755 your-user-name, and then return to your directory with cd
your-user-name
- Go into your favorite browser and take a look!
- Now make your page nicer.
- Write the http address of this page on the list I pass around.
More about Web Page Creation.
Creating a Killer Web
Site
Send questions and comments to:
Karen Lemone
What do these buttons mean?