You are on page 1of 4

PROFILE CREATION USING HTML TAGS PROFILE: <html> <title> PROFILE </title> <body bgcolor="lightblue"> <center> <h3> <b>

MY PROFILE </b> </h3> </center><br><br> <center> <h3> SANGEETHA D </h3> <h4> <i> INFORMATION TECHNOLOGY </i> </h4> <h5> <marquee> Email id:sangi91latha@gmail.com </marquee> </h5> </center> <dl> <dt> <h5> OBJECTIVE </h5> </dt> <dd> <p>To learn and function effetively,be a confidential personality,expose all my knowledge which i have learnt and will perform my work in an efficient manner </p> </dd> <dt> <h5> ACADEMIC SKILLS </h5> </dt> <dd> </dl> <center> <table border cellspacing="5",cellpadding="3",width=300> <tr> <td> <center> <b> <h5> BOARD </b> </h5> </center> </td> <td> <center> <b> <h5> NAME OF INSTITUTION </b> </h5> </center> </td> <td> <center> <b> <h5> YEAR OF PASSING </b> </h5> </center> </td> <td> <center> <b> <h5> PERCENTAGAE </b> </center> </h5> </td> </tr> <tr> <td> State board </td> <td> GGHSS </td> <td> 2007 </td> <td> 90% </td> </tr> <tr> <td> State Board </td> <td> GGHSS </td> <td> 2010 </td> <td> 91% </td> </tr> <tr> <td> Anna University </td> <td> Sri Sairam Engg College </td> <td> 2010-2013(not yet completed) </td> <td> 8.44 </td> </tr>

</table> </center> <dl> <dt> <h5> TECHNICAL SKILLS </h5> </dt> <dd> <ul> <li>Technical languages:C,Java</li> <li> Database: <ol> <li> DBMS </li> <li>Oracle</li> </ol> </li> <li> OS: windowsxp, windows7 </li> <li> Applications:Ms-office </li> <li> Area of Interest:Multimedia,web designing,Vb.Net </li> </ul> </dd> </dl> <dl> <dt> <h5> ACHIVEMENTS </h5> </dt> <dd> <ul> <li> won prizes by presenting my paper <ol> <li>Traffic system </li> <li>artificial intelligent </li> </ol> </li> <li> participated and won prizes in many events </li> <li> recieved best essay competitor award </li> </ul> </dd> </dl> <dl> <dt> <h5> ExTRA-CURRICULAR ACTIVITY </h5> </dt> <dd> <ul> <li> Area of interest: gardending,caring of pets </li> <li>reading books,watching variety of movies,writing articles </li> <li> drawing </li> </ul> </dd> </dl> <dl> <dt> <h5> PERSONAL DETAILS </h5> </dt> <dd> <ul type="circle"> <li> Martial status: Unmarried </li> <li> Father Name : Duraisamy G </li> <li> Mother Name : Malliga D </li> <li> Contact No. : 9790720515 </li> </ul> </dd> </dl> <p> I have attached my covering letter with the following link given below </p> <a href="covering.html"> COVERING </a> <br> <br> Place:chennai Date :16/12/11 <center> <br> <br> <i> <marquee> <b> Thank You </b> </marquee> </i> </center> <br> <img src="sunset.jpg" width="250" height="200"> </body> </html>

COVERING: <html> <head> <title> COVERING LETTER </title> </head> <body background="Blue hills.jpg"> <center> <h3> COVERING LETTER </h3> </center> <br> <h5> SANGEETHA D </h5> <h5> SRI SAIRAM ENGG COLLEGE </h5> <br> <h5> To </h5> <p> The manager </p> <p> Tata consultancy services </p> <br> <p> <center> reg:job application for developer <br> <h5> Respected sir </h5> <p> I have applied for the job of developer on the bases of the information which I gatheredfrom the newspaper "The Hindu" on the date 12/12/11 </p> <p> To learn and function effetively,be a confidential personality,expose all my knowledge which i have learnt andwill perform my work in an efficient manner </p> <marquee> <center> with regards </center> <center> Sangeetha.D </center> <i> <center> <b> Thank You </b> </center> </i> </marquee> <br> <form action="profile.html"> <button type="submit">profile</button> </form> </html> OUTPUT:

RESULT: Thus the profile creation using html tags was successfully created and verified.

You might also like