Lab 2 Chapter 4&5: Exercise 1
Lab 2 Chapter 4&5: Exercise 1
Lab 2 Chapter 4&5: Exercise 1
<HTML>
<BODY>
<P>This is document a
<BR>
<A HREF = "b.htm">Click here to view document b</A>
</BODY>
</HTML>
Internet
The Internet is a network of networks. That is, computer networks are linked to other networks, spanning
countries and today the globe. The TCP/IP transfer protocol provides the bindings that connect all these
computers the world over.
Layout
A web page is not a printed page. That is, the guidelines that are applied to print may not apply to a web
page. Avoid making the reader scan too much of the screen while reading the page. After a while it puts a
strain on the eyes, and the reader may lose interest. Text should be contained within a few inches width.
Linear layout
Linear layout follows a linear structure. There is a sequential link between the pages. Each page has a link
to the previous and next page. The last page has a link to the first page. This format is used when you are
presenting sequential information. For example, chapters of a book or slides of a presentation which require
the user to read the information in sequential order.
Pathnames
Absolute pathnames specify the complete path to the file from the root directory.
Relative pathnames specify the location of the file relative to the location of the current file.
<HTML>
<BODY>
<A HREF = "#Internet">Internet</A>
<BR>
<BR>
<A HREF = "#Layout">Layout</A>
<BR>
<BR>
<A HREF = "#Linear">Linear Layout</A>
<BR>
<BR>
<A HREF = "#Pathnames">Pathnames</A>
<BR>
<BR>
<A name = "Internet">Internet</A>
<BR>
<P>
The Internet is a network of networks. That is, computer networks are linked to other networks,
spanning countries and today the globe. The TCP/IP transfer protocol provides the bindings that
connect all these computers the world over.
<BR><BR>
<A name = "Layout">Layout</A>
<BR>
<P><BR>
A web page is not a printed page. That is, the guidelines that are applied to print may not apply to
a web page. Avoid making the reader scan too much of the screen while reading the page. After a
while it puts a strain on the eyes, and the reader may lose interest. Text should be contained within
a few inches width.
<BR><BR>
<A name = "Linear">Linear</A>
<BR>
<P>
Linear layout follows a linear structure. There is a sequential link between the pages. Each page
has a link to the previous and next page. The last page has a link to the first page. This format is
used when you are presenting sequential information. For example, chapters of a book or slides of
a presentation which require the user to read the information in sequential order.
<BR><BR>
<A name = "Pathnames">Pathnames</A>
<BR>
<P>
Absolute pathnames specify the complete path to the file from the root directory.
<BR>
Relative pathnames specify the location of the file relative to the location of the current file.
</BODY>
</HTML>
Exercise 2
1. Create an HTML document with a table of contents. Each topic must be a hyperlink to another HTML
document.
Cac em tu hoan thanh bai nay !!!!