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

Exp no : 1

Date:

BIO-DATA
Aim:

Create a web page for biodata with formatting tags.

Program :
<html>

<head>

<title>My BioData</title>

</head>

<body>

<h1 align =”center”>BIODATA</h1>

<img src=”/storage/emulated/0/Snapchat/Snapchat-

2066691908.jpg”alt=”no image found” align=”right” height=150

width=100>

<body><font size=4><font color=”black”>

<p><pre> Name :<b><i>Ansiya S L</i></b></pre></p>

<p><pre> Date of Birth :<strong>10/03/2005</strong></pre></p>

<p><pre> Gender :Female</pre></p>

<p><pre> Civil status :student</pre></p>

<p><pre> Citizenship :Indian </pre></p>

<p><pre> Present address :<i>S M house kazhakuttom P

O</i></pre></p> <p><pre> Permanent address :<i>S M house

kazhakuttom P O</i></pre></p> <p><pre> Place of Birth

:Gowrishapattam,TVM</pre></p>

<p><pre> Name of Father :Shajahan S Religion

:Muslim</pre></p>

<p><pre> Name of Mother :Laila Beevi A age :19</pre></p>

<p><pre> Local guardian :<mark>Shajahan S</mark> weigth


:54</pre></p>

<p><pre> blood group :O<sup>+</sup> </pre></p>

<h4>Qualification</h4>

<table style=”width:65%” border=3 cellpaddin=”5” cellspacing=”4”>

<tr>

<th>Education</th>

<th>school/college</th>

<th>year of pass</th>

<th>Mark</th>

</tr>

<tr>

<td>SSLC</td>

<td>ST Marys HSS pattom</td>

<td>2020</td>

<td>85%</td>

</tr>

<tr>

<td>HSS</td>

<td>MVHSS thundathil</td>

<td>2022</td>

<td>82%</td>

</tr>

<tr>

<td>College</td>

<td>GPTC Attingal</td>

<td>-</td>

<td>-</td>

</tr>

</table>

<hr>
<p>Skills<p>

<ol>

<li>running</li>

<li>writing</li>

<li>Dancing</li>

<li>Drawing</li>

</ol>

<h4>Experience</h4>

<table style=”width:65%” border=3 cellpaddin=”5” cellspacing=”4”>

<tr>

<th>sl no</th>

<th>company name</th>

<th>position</th>

<th>working period</th>

</tr>

<tr>

<td>1</td>

<td>IBS software</td>

<td>technichine</td>

<td>1 year</td>

</tr>

<tr>

<td>2</td>

<td>Infosys</td>

<td>Manager</td>

<td>2 year</td>

</tr>

<tr>

<td>3</td>

<td>Tech masters</td>
<td>-</td>

<td>-</td>

</tr>

</table>

<h4 align =”center”>Declaration</h4>

<p><pre> I do here by declare that the above information

Is true to the best of my knowledge.</pre></p>

<p><pre> place: GPTC Attingal

<p><pre> Date:10/6/2024 signature:</pre></p>

</body>

</html>

Output :
Result:

You might also like