Monday, April 11, 2011

HTML Resume

For this assignment we were told to create a resume by using HTML coding. I made my code in notepad because I have a PC. We had to incorporate tags, attributes, headings, content separated by paragraphs, page titles, lists, insert a image, and character formatting (text)-color, bold, italic, or underlined.






Below is the Coding I Used
<html>
<head>
<title>Resume</title>
</head>
<body>
<h1><u>Resume</u></h1>
<h2 style="color:330033;font-family:verdana;font-size:20px"> Name & Contact Info</h2>
<i>Kristin Francart</i>
<ul>
<li>484-339-0445</li>
<li>27 Garden View Lancaster, PA 17512</li>
<li>kristinfrancart@aol.com</li>
</ul>
</p>
<h3 style="color:990099;font-family:verdana;font-size:20px">Objective</h3>
<p>The job I am currently seeking is in retail. I would like to work at a gallery where I can sell my own work</p>
<h4 style="color:CC0033;font-family:verdana;font-size:20px">Education</h4>
<p>Graduated Avon Grove High School. Currently in my second year of college at Millersville Univesity</p>
<h5 style="color:66CC00;font-family:verdana;font-size:20px">Experience</h5>
<p>Am currently working my third year at Lowes. </p>
<h6 style="color:00FFFF;font-family:verdana;font-size:20px">Skills</h6>
<ul>
 <li>Forklift operator</li>
 <li>Time Management</li>
 <li>Organized</li>
 <li>Photoshop</li>
 <li>Illustrator</li>

</ul>
<h6 style="color:green;font-family:verdana;font-size:20px">Hobbies</h6>
<ul>
 <li>Playing sports</li
 <li>horseback riding</li>
 <li>Traveling</li>
 <li>Driving</li>
 <li>Shopping</li>
</ul>
<img src="purple_lotus_flower[1].jpg" width="200" height="150">
</body>
</html>

No comments:

Post a Comment