HTML Lesson #1
© D. Weinberger and
D. Thiébaut
The skeleton file that you will start with is shown here
<html>
<head>
<title></title>
</head>
<body>
<h1></h1>
<hr>
<address><a href="mailto:100e-xx@cs.smith.edu">Jane Smith</a></address>
</body>
</html>
|
% cd public_html
% getcopy webpageskel.htm
% cp webpageskel.htm firstpage.htm
These command get a copy of the file webpageskel from
your instructor's account into your folder.
A copy of webpageskel.htm is then made into a new file
called firstpage.htm.
% emacs firstpage.htm
% chmod a+r firstpage.htm
(change the mode of the file so that
all can read it.)
<P>
<IMG SRC="PICT000XX.jpg">
<P>
The page you just created is for your to learn the basics of creating Web pages.