Write an html program on preparing curriculum by using nested table?
Program: <html> <head> <title>CURRICULUM VITAE</title> </head> <body bgcolor="pink...
https://www.computersprofessor.com/2016/06/write-html-program-on-preparing.html
Program:
<html>
<head>
<title>CURRICULUM VITAE</title>
</head>
<body bgcolor="pink" Style=margin-left=10%>
<h1 align="center"><u>CURRICULUM VITAE</u></h1>
<pre>
R.Rajendra Contact:8977573717
DUHACHERLLA E-mail:rajendra@gmail.com
NALLGERLLAundefinedMD)
</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>Kakatiya University</td>
<td>63%</td>
<td>2007</td>
</tr>
<tr>
<td>P.G</td>
<td>jntu University</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>Web Technology</th>
<td>Jsp,HTML</td>
</tr>
<tr>
<th align="left">RDBMS</th>
<td>MS Access,Oracle</td>
</tr>
<tr>
<th>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>[R.Rajendra]</b></h4>
</body>
</html>
Output: