Task:
Develop a resume using HTML.
Code:
<!DOCTYPE html>
<html lang="en">
<head>
<title>RESUME</title>
</head>
<body>
<h1 align="center">RESUME</h1>
<img src="images/ProfilePic.png" align="right" width="100" height="100"/>
<b>Bhavani Govardhan</b><br>
E-Mail ID: <a href="#">govardhan.bhavani@gmail.com</a><br>
Mobile No.: +91 9985914421<br><br><br><br>
<hr>
<h3>Career Objective</h3>
<p align="justify">To obtain any challenging position in your organization that provides an opportunity to gain further exposure and experience. Wish to optimally utilize my potential and add value to my organization and myself.</p>
<h3>Education</h3>
<table align="center" border="1" width="100%">
<tr>
<th>Course</th>
<th>University or College</th>
<th>Passing Year</th>
<th>Percentage or CGPA</th>
</tr>
<tr>
<td>M.Tech.</td>
<td>Bharath University</td>
<td>2011</td>
<td>6.7</td>
</tr>
<tr>
<td>B.Tech.</td>
<td>Narayana Engineering College</td>
<td>2009</td>
<td>59.3</td>
</tr>
</table>
<h3>Skills</h3>
<ul type="square">
<li><b>Programming Languages : </b>C, Python</li>
<li><b>Front-End : </b>HTML, CSS</li>
</ul>
<h3>Experience</h3>
<ul>
<li>2 Years experience in RISE Krishna Sai Prakasam Group of Institutions from Aug, 2020 to Present.</li>
<li>6 Years experience in RISE Krishna Sai Prakasam Group of Institutions from Aug, 2014 to 2020.</li>
</ul>
<h3>Projects</h3>
<ol>
<li>Web application for <b>RISE Krishna Sai Polytechnic College</b></li>
<li>Web application for <b>Feedback Management System</b></li>
</ol>
</body>
</html>
<html lang="en">
<head>
<title>RESUME</title>
</head>
<body>
<h1 align="center">RESUME</h1>
<img src="images/ProfilePic.png" align="right" width="100" height="100"/>
<b>Bhavani Govardhan</b><br>
E-Mail ID: <a href="#">govardhan.bhavani@gmail.com</a><br>
Mobile No.: +91 9985914421<br><br><br><br>
<hr>
<h3>Career Objective</h3>
<p align="justify">To obtain any challenging position in your organization that provides an opportunity to gain further exposure and experience. Wish to optimally utilize my potential and add value to my organization and myself.</p>
<h3>Education</h3>
<table align="center" border="1" width="100%">
<tr>
<th>Course</th>
<th>University or College</th>
<th>Passing Year</th>
<th>Percentage or CGPA</th>
</tr>
<tr>
<td>M.Tech.</td>
<td>Bharath University</td>
<td>2011</td>
<td>6.7</td>
</tr>
<tr>
<td>B.Tech.</td>
<td>Narayana Engineering College</td>
<td>2009</td>
<td>59.3</td>
</tr>
</table>
<h3>Skills</h3>
<ul type="square">
<li><b>Programming Languages : </b>C, Python</li>
<li><b>Front-End : </b>HTML, CSS</li>
</ul>
<h3>Experience</h3>
<ul>
<li>2 Years experience in RISE Krishna Sai Prakasam Group of Institutions from Aug, 2020 to Present.</li>
<li>6 Years experience in RISE Krishna Sai Prakasam Group of Institutions from Aug, 2014 to 2020.</li>
</ul>
<h3>Projects</h3>
<ol>
<li>Web application for <b>RISE Krishna Sai Polytechnic College</b></li>
<li>Web application for <b>Feedback Management System</b></li>
</ol>
</body>
</html>