<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HEAD>
<!-- Page title:CIS - Final Exam -->
<TITLE>CIS36 - Final Exam</TITLE>
<!-- a META tag for today's day: 10/20/01 -->
<meta name="TODAY DAY" content="10/20/01">
<!-- a style tage for DIV tag, using the 'Technical' font, ff8000 color -->
<!-- , with a black background, a 50 pixel margin, ff8000 with a double -->
<!-- thick border. -->
<style type="text/css">
div {
font-family: Technical;
color: #ff8000;
background-color: #000000;
margin: 50px 50px 50px 50px;
border: double thick #ff8000;
text-align: right;
}
</style>
</HEAD>
<!-- use txtur7.gif as backgroud and obtain the text and graphics from -->
<!-- http://www.aid.ucla.edu/class/finalpics.htm -->
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0"
MARGINWIDTH="0" BACKGROUND="images/txtur7.gif">
<!-- First Area Begin -->
<!-- enclose the first content in DIV tag with right alignment -->
<div>
<!-- heading 1 for first line -->
<h1>The Legend of Sleepy Hollow</h1>
<!-- heading 4 for second line -->
<h4>Washington Irving, 1820</h4>
</div>
<!-- First Area End -->
<!-- Second Area Begin -->
<!-- enclose all the text in a blockquote tag -->
<blockquote>
<!-- use a span tag with a style attribute to make the first character -->
<!-- 18 pts. -->
<span style="{font-size:18pt;}">F</span>rom the listless repose of
the place, and the peculiar character of its inhabitants, who are
descendants from the original Dutch settlers, this sequestered glen
has long been known by the name of
<!-- make the works 'SLEEPY HOLLOW' bold and a link -->
<a href="http://www.gonzaga.edu/faculty/campbell/enl310/irving.htm">
<b>SLEEPY HOLLOW</b></a>
, and its rusticlads are called the Sleepy Hollow Boys throughout all
the neighboring country.
<!-- put the graphic 'scarabr.gif' in twice ater the text string -->
<!-- 'neighboring country' and align one to right, one to left -->
<img src="images/scarabr.gif" align="right" alt="Scarab">
<img src="images/scarabr.gif" align="left" alt="Scarab">
A drowsy, dreamy influence seems to hang over the land, and to pervade the
very atmosphere. Some say that the place was bewitched by a High German
doctor, during the early days of the settlement; others, that an old Indian
chief, the prophet or wizard of his tribe, held his powwows there before the
country was discovered by
<!-- use the span tag with style attribute to change the color of the -->
<!-- words 'Master Hendrick Hudson.' to 800040. -->
<span style="{color:#800040;}">Master Hendrick Hudson.</span>
Certain it is, the place still continues under the sway of some
witching power, that holds a spell over the minds of the good people...
</blockquote>
<!-- Second Area End -->
<!-- Third Area Begin -->
<!-- make a table 3 rows by 3 columns, 85% wide, aligned center, with 3 -->
<!-- pixel cell padding and spacing, and put 1825.gif to first and last -->
<!-- cell of every row -->
<table width="85%" border="0" cellspacing="3" cellpadding="3" align="center">
<tr>
<td><img src="images/1825.gif" alt=""></td>
<!-- combine the center cell of all three rows into one cell and put all -->
<!-- the text for the area in this cell, and create a no break tag around -->
<!-- the three ... in the middle of the text. -->
<td rowspan="3"><p class="textjustify">
The dominant spirit, however, that haunts this enchanted region, and seems to
be commander-in-chief of all the powers of the air, is the apparition of a
figure on horseback, without a head. It is said by some to be the ghost of a
Hessian trooper, whose head had been carried away by a cannon-ball, in some
nameless battle during the Revolutionary War, and who is ever and anon seen
by the country folk hurrying along in the gloom of night, as if on the wings
of the wind. His haunts are not confined to the valley, but extend at times
to the adjacent roads, and especially to the vicinity of a church at no great
distance<nobr>. . .</nobr> the ghost rides forth to the scene of battle in
nightly quest of his head, and that the rushing speed with which he sometimes
passes along the Hollow, like a midnight blast, is owing to his being belated
, and in a hurry to get back to the churchyard before daybreak.</p>
</td>
<td><img src="images/1825.gif" alt=""></td>
</tr>
<tr>
<td><img src="images/1825.gif" alt=""></td>
<td><img src="images/1825.gif" alt=""></td>
</tr>
<tr>
<td><img src="images/1825.gif" alt=""></td>
<td><img src="images/1825.gif" alt=""></td>
</tr>
</table>
<!-- insert the grphic 'dig23s.gif' below the table, centered -->
<table width="85%" border="0" cellspacing="3" cellpadding="3" align="center">
<tr><td align="center">
<img src="images/ding23s.gif" alt="Thunder">
</td>
</tr>
</table>
<!-- Third Area End -->
<!-- Fourth Area Begin -->
<hr><!-- a horizontal rule -->
<blockquote class="footer">
<!-- all text lines in this section should be separated by break tags -->
<!-- first line as teletype text -->
<tt>October 20, 2001</tt><br>
CIS36H - Final Exam<br>
<!-- change the text to own name and make it bold -->
This final was prepared by: <b>CHENG-CHIEN YU</b><br>
<!-- last line be an address and mailto link around it -->
Send my grade to:
<a href="mailto:chengchien@linkline.com">chengchien@linkline.com</a><br>
</p>
<!-- Fourth Area End -->
</BODY>
</HTML>