Thursday, March 8, 2018

Full HTML tags layout of a job form

Here's how it looks

Well, you can change the text and background color whichever you like.

Here's the code simply copy and paste the link in notepad and save the file with .html extension. eg, Nepal.html or ram.html, etc.
code
<html>
<head>
<title> job application </title>
</head>
<body>
<body bgcolor="lightgreen">
<center>
<h1>  Job application for </h1>
<select>
<option>Post</option>
<option> Accountant </option>
<option> Cleaner</option>
<option> Driver</option>
<option>Manager</option>
<option>Sales Man</option>
<option>Driver</option>
</select> <br>
In<br>
<select>
<option>Company</option>
<option> Nepal R. Bank </option>
<option>Siddartha Bank</option>
<option>DARAZ</option>
<option>IME</option>
<option>World Link</option>
<option>Ncell</option>
<option>NTC</option>
<option>Other</option>
</select>
</center>
<hr color="blue">
<h2> <font size=5 color="red"> Candidate iformation. </font> </h2>
<form>
<fieldset>
<legend align="top"> Persional Information </legend>
<p> First name: <input typr="text" size=15 name="txt_name" maxlength=45> 
Last  name: <input typr="text" size=15 name="txt_name" maxlength=45> </p>
<p> Age :  <input typr="text" size=4 name="txt_name" maxlength=2> 
Please, don't apply the form if you are under 18.<br>
 <p> Gender:
<input type="radio" name="option" value="male" cheecked > Male 
<input type="radio" name="option" value="female" cheecked> Female
<input type="radio" name="option" value="both" cheecked> Both
<p> Qualification  <input typr="text" size=15 name="txt_name" maxlength=45>
<p> Address: <input typr="text" size=25 name="txt_name" maxlength=45> </p>
<p> Phone no.: <input typr="text" size=25 name="txt_name" maxlength=10> </p>
<p> E mail: <input typr="text" size=25 name="txt_name" maxlength=45> </p>
</fieldset>
<b>
<center>
<button> <a href="file:///C:/Users/USER/Desktop/project/next.html [change it] "> Submit </button>  </a>
</center>
</body>

</html>

sO that's it... enjoy

No comments:

Post a Comment