1
1
Aaron Stevens
21 January 2009
CS101 Lecture 03: More on HTML
Backgrounder: Files and File Types Images, Lists, and Tables
2
Overview/Questions Main idea: developing a web page Some - - PDF document
CS101 Lecture 03: More on HTML Backgrounder: Files and File Types Images, Lists, and Tables Aaron Stevens 21 January 2009 1 Overview/Questions Main idea: developing a web page Some background about files and file systems Adding
1
2
3
Pictured: Windows Explorer (left) and Finder (right), showing directories and files stored on my computer.
4
5
text alcohol.txt jane.txt
/ Directory Files Directory
6
7
An Example of the Windows directory tree.
8
An Example of a UNIX directory tree; Mac OS is based on BSD UNIX.
9
10
If present working directory is
/home/fac3/azs
Then the relative path alcohol.txt is sufficient.
11
12
Some common file types and their extensions. Microsoft pioneered the 8.3 filename standard.
For more info, see http://filext.com/faq/file_extension_information.php
13
14
15
16
17
18
19
20
21
22
23
24