Facts:
|
File Transfer/Management
|
|
1)
|
web pages must be stored on a web server in order
to be made public (zoo: public_html) - you must get them there
|
|
2)
|
many kinds of files can be stored and served from
your web space (.pdf, .doc, .ppt. etc.)
|
|
3)
|
permissions must be dealt with
|
Facts:
|
Web Page Creation
|
|
1)
|
web pages are composed of text marked up with commands
|
|
2)
|
web pages are displayed on multiple computers in
different ways--displays are not 8.5x11 pages of paper, they are fluid
|
|
3)
|
web pages are computer files that live in a specific
location described by a Uniform Resource Location (URL)
|
|
4)
|
web pages are text only. Pictures are seperate files
that live elsewhere and are referenced in your page
|
|
5)
|
links are two part: a reference (text or picture
to click on) and a link (location and file name)
|