10 HTML -CV HTML record
Create nested table to store your curriculum.
PROGRAM:-
Save:-html_cv10.html
<html>
<head>
<title>CURRICULUM VITAE</title>
</head>
<body bgcolor="bisque">
<table border=2 align=center>
<td>
<h1 align="center"><u>CURRICULUM VITAE</u></h1>
<pre>
<h2>
KISHORE Contact:9123456780
E-mail:slk-computers.blogspot.com
Anakapalli.
</h2>
</pre>
<h4><u>Carrer Objective:</u></h4>
<p>
Seeking a challenging position,utilizing my abilities developed through my education with an opportunity for carrer <br>growth based on my merit and promotes the growth of the organisation.
</p>
<h4><u>Educational Qualification:</u></h4>
<table border=2>
<tr>
<th>Education</th>
<th>University</th>
<th>Percentage</th>
<th>Passout</th>
</tr>
<tr>
<td>SSC</td>
<td>Board of secondary education</td>
<td>65%</td>
<td>2002</td>
</tr>
<tr>
<td>Intermediate</td>
<td>Board of Intermediate</td>
<td>70%</td>
<td>2004</td>
</tr>
<tr>
<td>Degree</td>
<td>IBM Degree College</td>
<td>63%</td>
<td>2007</td>
</tr>
<tr>
<td>P.G</td>
<td>IBM Degree College</td>
<td>79%</td>
<td>2010</td>
</tr>
</table>
<h4><u>IT Related Skills:</u></h4>
<table border="2">
<tr>
<th align="left">Languages</th>
<td> c,c++,Java</td>
</tr>
<tr>
<th align="left">Web Technology</th>
<td>Jsp,HTML</td>
</tr>
<tr>
<th align="left">RDBMS</th>
<td>MS Access,Oracle</td>
</tr>
<tr>
<th align="left">Operating System</th>
<td>Windows XP,2000,2003</td>
</tr>
</table>
<h4><u>Strengths:</u></h4>
<ul>
<li>Excellent communication skills and vocabulary.</li>
<li>Pleasing personality with clean habits.</li>
</ul>
<h4 align="right"><b>[KISHORE]</b></h4>
</td>
</table>
</body>
</html>
output:-
Comments
Post a Comment