You are on page 1of 5

Experiment 5.

2
Aim: Create the web-page as given in the sample attached.
________________________________________________________________
Source Code:
<!DOCTYPE html>
<html>
<head>
<style>
.heading{
background-color: gray;
}
.table{
border-collapse: collapse;
}
.td,.tr{
border: 1px solid black;
padding: 5px;
}
</style>
<title></title>
</head>

<body>
<p><img src="femaleprofile.jpg" width="150" height="150" align="left">
<h2 align="right">Naina Jha<br></h2><p align="right">New Delhi<br>+91-
9876543210<br>nainajha@gmail.com</p>
</p><br>

<h4 class="heading"><u>CAREER OBJECTIVE</u></h4>


<p>Looking for the challenging opportunity to work in an organization that utilizes all
my talents, abilities and allow me to

1|Page Naina Jha | BCA |T1


develop and express myself creativly and dynamically and enable me to make a positive
contribution to the organiozation.
</p>
<h4 class="heading"><u>EDUCATION QUALIFICATION</u></h4>

<table class="table" border="1">


<tr >
<td>&nbsp; &nbsp; Course &nbsp; &nbsp; &nbsp; &nbsp;</td>
<td>&nbsp; &nbsp; &nbsp; &nbsp; Year of Passing &nbsp; &nbsp; &nbsp;
&nbsp;</td>
<td>&nbsp; &nbsp; &nbsp; &nbsp; Percentage &nbsp; &nbsp;&nbsp; &nbsp;</td>
<td>&nbsp; &nbsp; &nbsp; &nbsp; Institution &nbsp; &nbsp;&nbsp; &nbsp;</td>
</tr>

<tr>
<td align="center">CA final<br>group 1</td>
<td align="center">2012</td>
<td align="center">53.5%</td>
<td align="center">ICAI</td>
</tr>

<tr>
<td align="center">B.Com</td>
<td align="center">2011</td>
<td align="center">59.60%</td>
<td align="center">Unniversity of Delhi(School of open Learning)</td>
</tr>

<tr>
<td align="center">CA PCC</td>
<td align="center">2010</td>

2|Page Naina Jha | BCA |T1


<td align="center">57.50%</td>
<td align="center">ICAI</td>
</tr>
<tr>
<td align="center">CA CPI</td>
<td align="center">2010</td>
<td align="center">60.20%</td>
<td align="center">ICAI</td>
</tr>

<tr>
<td align="center">XII</td>
<td align="center">2007</td>
<td align="center">86.40%</td>
<td align="center">CBSE,Delhi</td>
</tr>

<tr>
<td align="center">X</td>
<td align="center">2005</td>
<td align="center">79.60</td>
<td align="center">CBSE,Delhi</td>
</tr>
</table>
<p>Result awaited for CA final 2<sup>nd</sup> group.</p>

<h4 class="heading"><u>Computer literacy</u></h4>


<ul>
<li>Knowledge of Microsoft Office Application, Internet</li>
<li>Completed basic computer course from ICAI under compulsory computer
training program with 93%.</li>

3|Page Naina Jha | BCA |T1


</ul>
<h4 class="heading"><u>Strengths</u></h4>
<ul>
<li>Ability of being a team player.</li>
<li>Can work in the stressed schedule of deadlines</li>
<li>Strong organization, administration & leadership Skils</li>
<li>Perservance for maintaining a disciplined environment</li>
</ul>

<h4 class="heading"><u>Achievement and Awards</u></h4>


<ul>
<li>&nbsp; &nbsp; Won various table tannis and lawn tannis tournaments at
School,district, CBSE zonal level from<br> 2002-2006</li>
<li>&nbsp; &nbsp; Won various awards in the field of sports, extracuricular
activities(solo song, poetry, youth<br>paraliament, skits, speech) at school district level</li>
<li>&nbsp; &nbsp; Won Amul vidhyabharti award in the year 2007 for good
academic performance</li>
<li>&nbsp; &nbsp; Awarded by Charitravaan Yuva Manch Samiti in the year 2007
for good academic<br>performance</li>
</ul>
<br>
<br>
<hr>
</body>
</html>

4|Page Naina Jha | BCA |T1


Output:

5|Page Naina Jha | BCA |T1

You might also like