Assigned: Thursday, Oct 21, 2010
Due: Thursday, Oct 28, 2010 before midnight
The goal of this assignment is to create a resume in HTML, using the concepts that we've covered in class.
Create an online resume using HTML. Your page must have an appropriate title (specified in the <head> section of your HTML source), and you must incorporate bold, italics, headings, lists, and links (to your university or workplaces, for example). Use tables to create a nice layout for your resume. Here's an example layout.
If you do not want to include your actual information in your resume, feel free to make up something reasonable.
Here are the steps to get started:
cs312 under your ~/public_html/ directory in your CS Unix account.
resume.html in the newly-created directory.
chmod 755 ~/public_html/cs312chmod 644 ~/public_html/cs312/resume.html
Go to the Project 2 Submission page, and enter your name and the URL of your resume (should be http://www.cs.odu.edu/~username/cs312/resume.html).