IS 201 Web Page HTML Code IS 240 Web Page HTML Code
<html>
<head>
<title>Document Title</title>
<style type="text/css">
body {background:white;color:teal}
</style>
</head>
<body>
<h1>Header on Page</h1>
<p>Paragraph Text</p>
</body>
</html>
<HTML>
<HEAD>
<TITLE>Document Title</TITLE>
</HEAD>
<BODY BGCOLOR="WHITE">
<H1>
<FONT COLOR="TEAL">
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. Circle the following terms that are actual computer terms:
    1. Daughterboard
    2. Fatherboard
    3. Motherboard
    4. Motherinlawbored
    5. Sonboard
  3. There is a set of aluminum spikes on the top of the CPU, what is their function?




  4. What does CPU stand for?


  5. Why does the computer have a small round battery inside?


IS 201 home
Lee Ling home
COM-FSM home page