1
1
John Magee
9 November 2012
CS120 Lecture 17: The World Wide Web and HTML Web Publishing
2
Overview/Questions Is it the Internet or the World Wide Web. Whats - - PDF document
CS120 Lecture 17: The World Wide Web and HTML Web Publishing John Magee 9 November 2012 1 Overview/Questions Is it the Internet or the World Wide Web. Whats the difference? How do you visit a web site? How does your browser know
1
9 November 2012
2
3
4
5
6
Figure 16.1 A browser retrieving a Web page
7
8
9
10
Figure 16.2 A marked-up document
11
12
The HTML document defining the cheesy Student Dynamics Web page
13
The very cheesy version rendered by the web browser
14
15
Pictured: Windows Explorer (left) and Finder (right), showing directories and files stored on a computer.
16
17
text alcohol.txt jane.txt
/ Directory Files Directory
18
19
An Example of the Windows directory tree.
20
An Example of a UNIX directory tree; Mac OS is based on BSD UNIX.
21
22
If present working directory is
/home/grad3/mageejo
Then the relative path mypoem.txt is sufficient.
23
24
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
25
26
27
28
29
30
This a link to <A HREF="http://www.clarku.edu"> Clark University’s</A> web site.
31
32
<img src=“CU_Logo_White_Large.png”>
33
34
35
36
37
38
39
40
<applet archive="cs120demo.jar" code="cs120demo.class" width=400 height=400> </applet>
41