Make Resume using HTML
Type this code in text editor and save with .html extension
----------------------------------------------------------
<!doctype html>
<html>
<head><title>Resume Format</title></head>
<body leftmargin="150px" bgcolor="lightblue">
<h1 align="center"><u> RESUME </b></u></h1>
<h2> TYPE YOUR NAME PLEASE </h2>
<p align="right"><b>Cell:+00 0000000000<br>Cell:+00 0000000000 </b><br><u>Email:na.na@gmail.com</u>
<hr>
</p>
<h3><u>Career Objective:</u></h3>
<p>To Perceive a career in a renowned firm with dedicated efforts and to associate myself with an organization that gives me a chance to update my knowledge.
</p>
<p>
<h3><u>Educational Qualification:</u></h3>
<ul>
<li>Graduation <b>B.Com (computer Science)</b> under Osmania University from Sandeepani Degree college,Kamareddy-2009.</li>
<li>Intermediate<b> C.E.C </b>under Board of Intermediate Education, from Sandeepani Jr. College,Kamareddy-2006</li>
<li><b>S.S.C</b> from Board Of Secondary Education,Triveni High School,Domakonda-2004</li>
</ul>
</p>
<p>
<h3><u>Computer Skills:</u></h3>
P.G.D.C.A (post Graduate Diploma in Computer Application)<br>
A.D.C.A (Advanced Diploma in Computer Application)<br>
D.T.P (Desktop Publisher)<br>
Operation System (XP,2000,98,and other)<br>
</p>
<p>
<h3><u>Strengths:</u></h3>
Good Communication Skills.<br>
Ready to take responsibility.<br>Quick Learner and Good Interpersonal Skill.
</p>
</body>
</html>
----------------------------------------------------------
Output-
0 Comments