IS 201 Web Page HTML Code IS 240 Web Page HTML Code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="AUTHOR" content="Dana Lee Ling">
<title>Document Title</title>
<link href="http://www.comfsm.fm/~dleeling/teal.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Header on Page</h1>
<p>Paragraph Text</p>
</body>
</html>
<HTML>
<HEAD>
<TITLE>Document Title</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<H1><FONT COLOR="#008080">Header on Page</FONT></H1>
<P>Paragraph Text</P>
</BODY>
</HTML>


  1. Above are two different HTML codings for the same web page. Both examples are equally correct. The differences between the two codes are because:
    1. IS 201 is coding to Macintosh OS X standard while IS 240 is coding to Windows 95 standard.
    2. IS 201 is coding to parallel standard while IS 240 is coding to serial standard.
    3. IS 201 is coding to HTML standard 4.01 while IS 240 is coding to HTML standard 3.2.
    4. IS 201 is coding to Lee Ling's version of HTML while IS 240 is coding to another instructor's version of HTML.

2. Select the correct category on the right.

Item Category
Digital Camera a. input b. output c. storage d. other _________
DVD a. input b. output c. storage d. other _________
Floppy disk drive a. input b. output c. storage d. other _________
Keyboard a. input b. output c. storage d. other _________
Monitor a. input b. output c. storage d. other _________
Mouse a. input b. output c. storage d. other _________
Printer a. input b. output c. storage d. other _________
Rat a. input b. output c. storage d. other _________
Scanner a. input b. output c. storage d. other _________

3. List five categories of application software

1) _______________ 2) _______________ 3) _______________

4) __________________  5) __________________

4. What is the difference between freeware and shareware?