Can anyone help me with this HTML coding? So confused!!?

ivi

New member
I have to get a resume up online for a class and for some reason it just will not work for the life of me!! I save it to an HTML file but it just pops up online as the coding. any help would be awesome. here is the code:

<html>
<head>


<title>Resume</title>
</head>
<body>
<body style="font-family:arial,helvetica;background-color: white">

<h1 style="color: black;text-align:center">
<b><a name="**">******</a></b>
</h1>

<h5 style="font-family: arial;text-align: center">
***************
</h5>

<hr style="color: black; background-color: black; height: 2; width: 100%" />

<p style="text-align:center"><img src="********"><br><br>
<a href= #obj>Objectives</a> &#183 <a href= #Edu>Education</a> &#183 <a href="#employ">Previous Employment</a>
</p>
<hr style="color: black; background-color: black; height: 2; width: 100%" />

<h2 style="font-family: arial; text-align: center">
<a name="obj">Objectives</a>
</h2>

<p style="text-align:left; text-indent:1em">
****************
</p>
<hr style="color: black; background-color: black; height: 2; width: 100%" />

<h2 style="font-family: arial; text-align: center">
<a name="edu">Education</a>
</h2>

<h3 style="text-align:left">
********</h3>
<ul>
<li> Attended from 2008-2009
<li> G.P.A.

</ul>


<h3 style="text-align: left">
University of ***</h3>
<ul>
<li> Attended from 2009-Present
<li> G.P.A. of
<li> ********
</ul>

<hr style="color: black; background-color: black; height: 2; width: 100%" />


<h2 style="font-family: arial; text-align: center">
<a name="employ">Previous Employment</a>
</h2>
<h4 style="text-align:left">
JC Penny (2010)</h4>

<p style="text-align:left">
Helped sort clothes, cash register, customer service, restock, cleaning.</p>

<h4 style="text-align:left">
Finishline Shoes (2009-2010)</h4>

<p style="text-align:left">
Helped sort clothes, cash register, customer service, restock, cleaning.</p><br>


</body>
</html>
 
Back
Top