CSCI 4230
 Internet Application Development
 Spring 2001
 Homework #1

Due: January 29, 2000 (Monday)

This is a really easy one to warm you up.

(1)    Consider the following HTML code: (50%)

<p>
Go to <a href="#def">def</a>
<hr>
<p>
<span id="def">Some links:</span><br>
<a href="abc.html" name="abc">abc.html</a><br>
<a href="ABC.html" name="ABC">ABC.HTML</a><br>
<a href="def.html" name="def">def.html</a><br>
<a href="fgh.html">fgh.html</a><br>
<a href="FGH.HTML">FGH.HTML</a><br>
<a href="fgh.html">Two links:
 <a href="xyz.html">xyz.html</a>,<a href="xyz.html">xyz.html</a>
</a><br>
</p>

    Point out all illegal code according to HTML 4.01 the specification and the reasons why they are not legal.  (Note that the code may still be ok with browsers, which try to recover from errors).  It is not necessary to worry about whether the contents make sense or not.

(2)    Develop your personal home page for this course.  At the minimum, you should include the following:

Your personal resume page should look professional and can actually be used for job hunting.  (50%)

Turn in both page listing and HTML source code.