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

<!

DOCTYPE html>
<html lang="en">
<head>
<style>
img{
float: right;
}
</style>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<img src="../images/1-change1.jpg" alt="this is an image" height="200">
<h1>CURRICULUM VITAE</h1>
<h3>Name Goes Here</h3>
<p>Address: <br>Email: <br>Phone: </p>
<h2>PERSONAL DETAILS</h2>
<hr>
<ul>
<li>Date of Birth:</li>
<li>Gender:</li>
<li>Martial Status:</li>
<li>Nationality:</li>
<li>Language Known:</li>
</ul>
<h2>CARRIER OBJECTIVE</h2>
<hr>
<p> <b>To be a part of an <br>
organisation where i can devote <br>
myself fully and joyfully give out <br>
best of my talents </b></p>
<h2>EDUCATIONAL QUALIFICATIONS</h2>
<hr>
<ul>
<li>B.TECH CSE</li>
<li>M.TECH DATA SCIENTIST</li>
</ul>
<h2>STRENGTH</h2>
<hr>
<ul>
<li>Punctuality</li>
<li>Hard Working</li>
<li>Ability to learn new thing</li>
</ul>
<p>
<b>
I declare that the above <br>
information is true to the best of <br>
my knowledge
</b>
</p>
</body>
</html>

You might also like