0% found this document useful (0 votes)
5K views6 pages

1 How To Create Simple Biodata Form in HTML PDF

The document describes how to create a simple biodata form in HTML. It provides code to generate a table-based form with fields for basic personal information, contact details, education, work experience, languages known, and a short bio. The code is commented step-by-step and users are instructed to copy the code into a text editor and save as a HTML file to generate the form.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5K views6 pages

1 How To Create Simple Biodata Form in HTML PDF

The document describes how to create a simple biodata form in HTML. It provides code to generate a table-based form with fields for basic personal information, contact details, education, work experience, languages known, and a short bio. The code is commented step-by-step and users are instructed to copy the code into a text editor and save as a HTML file to generate the form.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

12/20/2017 How to create simple biodata form in html

Complete HTML

How to create simple biodata form in


html
February 16, 2015

=> open ur text editer :-

=> And save it as bidata.html and write below code:-

<html>

<body>
<table width="800" border="0" align="center" cellpadding="5">
<tr>
<td colspan="2">Basic Info<hr/></td>
</tr>
<tr>
<td width="50%" align="right">Full Name:</td>
<td>ABC H. XYZ</td>
</tr>
<tr>
<td align="right">Father's Name:</td>
<td>HIJ K. XYZ</td>
</tr>
<tr>
<td align="right">Age:</td>
<td>22 Years</td>
</tr>
<tr>
<td align="right">Date of Birth:</td>
<td>15<sup>th</sup> March</td>
</tr>
<tr>
<td align="right">Religion:</td>
https://dabhtml.blogspot.in/2015/02/how-to-create-simple-biodata-form-in.html 1/6
12/20/2017 How to create simple biodata form in html

<td>PATEL</td>
</tr>
<tr>
<td align="right">Nationality:</td>
<td>Indian</td>
</tr>
<tr>
<td colspan="2">Contact Details<hr/></td>
</tr>
<tr>
<td align="right" valign="top">Address:</td>
<td>B/7,"OM" Apt.</br>
Shyam Nagar,Nehru Road,</br>
Rajkot-360 00 2</td>
</tr>
<tr>
<td align="right" valign="top">Phone Number:</td>
<td>(R)0281-235645</br>
(M)08167568749</td>
</tr>
<tr>
<td align="right">Email Address:</td>
<td>[email protected]</td>
</tr>
<tr>
<td colspan="2">Eduction & Knowledge<hr/></td>
</tr>
<tr>
<td align="right">Language:</td>
<td>English, Hindi, Gujarati</td>
</tr><tr>
<td align="right">Eduction:</td>
<td>B.C.A, Msc IT & CA</td>
</tr><tr>
<td align="right">Other Knowledge:</td>
<td>Ms Office, Tally, Photoshop & Flash</td>
</tr><tr>
<td align="right">Hobbies:</td>
<td>Computer, Cricket, Travelling</td>
</tr>

https://dabhtml.blogspot.in/2015/02/how-to-create-simple-biodata-form-in.html 2/6
12/20/2017 How to create simple biodata form in html

<tr>
<td colspan="2">Work<hr/></td>
</tr>
<tr>
<td align="right" valign="top">Work Experience:</td>
<td>(1)Lab Assistant at A.I.T.S of CE- 1 Year<br/>
(2)Head Teacher at GTS College - 2 Years & Continue
</td>
</tr>
<tr>
<td colspan="2">About Me<hr/></td>
</tr>
<tr>
<td colspan="2">I am a hard working person.Teaching is my passion.Since years I have worked with
students to help them sharpen their skills.<hr/></td>
</tr>
</table>
</body>

</html>

=>then run on ur browser.

=>if u download source code then click on below link :-

Download Source Code

HARSH PATEL 29 April 2016 at 07:06


thanksss........

Deep Bhalani 30 April 2016 at 22:44


u welcome

REPLY

Prachi Sirdesai 8 June 2016 at 06:31

https://dabhtml.blogspot.in/2015/02/how-to-create-simple-biodata-form-in.html 3/6
12/20/2017 How to create simple biodata form in html

Bio-data writing is art. Here are many sample of bio-data. Bio Data Writing, Resume
Service, CV Sample Copy. This is useful to get jobs. Their are many executive resume
writing firm catering to clients from India, US, Canada & Gulf. Please refer this
resources : ~ http://www.managementparadise.com/forums/articles/109918-sample-bio-
data-resume-curriculum-vitae-cv.html
REPLY

Roger Bercede 14 September 2016 at 21:38


thats help me a lot
REPLY

Jayson Castro 19 September 2016 at 22:26


Oh Sure?! Zaito! ./.
REPLY

heruzulkifli 7 April 2017 at 15:28


hello..my name heru from indonesia

Deep Bhalani 9 April 2017 at 09:31


Hi.... Heruzulkifli. How are you and what can I do for you?

REPLY

Enter your comment...

Popular posts from this blog

how to create simple form in html


February 16, 2015

https://dabhtml.blogspot.in/2015/02/how-to-create-simple-biodata-form-in.html 4/6
12/20/2017 How to create simple biodata form in html

=> open ur text editer :-

=> And save it as form.html and write below code:- …

READ MORE

How to create simple registration form in html


May 06, 2016

=> open ur text editer :-

=> And save it as registrationform.html and write below code:- …

READ MORE

Ads

Powered by Blogger

Theme images by Galeries

DEEP BHALANI

Follow 71

VISIT PROFILE
https://dabhtml.blogspot.in/2015/02/how-to-create-simple-biodata-form-in.html 5/6
12/20/2017 How to create simple biodata form in html

Archive

Report Abuse

Ads

https://dabhtml.blogspot.in/2015/02/how-to-create-simple-biodata-form-in.html 6/6

You might also like