Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Aim: WAP to Create a resume using HTML.

<!DOCTYPE html>

<html>

<head>

<title>Resume</title>

</head>

<body>

<center>

<h1>

<u>MY RESUME</u>

</h1>

</center>

<h3>Ajay Dilip Rewatkar</h3>

<h5>Tah-Narkhed,Dist-Nagpur 441304</h5>

<a href="https://ajrewatkar@gmail.com"> ajrewatkar@gmail.com</a>

<h5>Contact no:8087838915</h5><hr>

<h2>

<u>CAREER OBJECTIVE</u>

</h2>

<h3>To secure a challenging position in a reputable organization to

expand my learnings, knowledge, and skills. </h3>

<h2>

<u>ACADEMIC QUALIFICATION:</u>

</h2>

<table border 5 width=1000><tr>

<th>Qualification</th>

<th>Board/University</th>

<th>School/Collage</th>

<th>Year of passing</th>

<th>Marks</th></tr>
<tr>

<th>BCA</th>

<th>Sant Gadge Baba University</th>

<th>Shri.Shivaji Science College,Amravati</th>

<th>May 2021</th>

<th>69.42%</th>

</tr>

<tr>

<th>H.S.C</th>

<th>Nagpur Divisional Board</th>

<th>Nadekar jr. College of Science,Narkhed</th>

<th>Feb 2018</th>

<th>56.46%</th>

</tr>

<tr>

<th>S.S.C</th>

<th>Nagpur Divisional Board</th>

<th> NPHS No.1, Narkhed</th>

<th>March 2016</th>

<th>77.80%</th>

</tr></table><h2>

<u>STRENGHT:</u></h2>

<ul><h4><li>Detail-oriented

<li>Communicating<li>Leadership</li></h4></ul>

<h2>

<u>Hobbies:</u></h2>

<ul><h4>

<li> Reading Books

<li>Travelling

<li>Playing sports(Cricket,Carrom)

</li></h4>
</ul>

<h2>

<u>Personal Details:</u>

</h2>

<ul>

<h4>

<li>Name:Ajay Dilip Rewatkar</li>

<li>D.O.B:07 Apr 2000</li>

<li>Permanent Address:Tah-Narkhed,Dist.-Nagpur</li>

<li>Phone No:8087838915</li>

<li>Email:ajrewatkar@gmail.com</li>

<li>Nationality:Indian</li>

<li>Languages Knowm: English, Marathi, Hindi</li></h4>

</ul>

</body>

</html>

You might also like