Apply Boostrap to this code Source Code in HTML: Employee Registration Form Name: Email Address: Contact Number: Address: Applying For position: Type of Work: Cover Letter or Additional Information:       Submit

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Apply Boostrap to this code

Source Code in HTML:

<html>
<head>
<link rel="stylesheet" href="mystyle.css">
</head>
<body>
<table align="center" bgcolor="skyblue">
<form>
<tr>
<td colspan="2"><h1>Employee Registration Form</h1></td>
</tr>
<tr>
<td>Name:</td>
<td><input type="text" name="firstname" placeholder="firstname" size="15"/>
<input type="text" name="lastname" placeholder="lastname"size="15"/><br><br></td>
</tr>
<tr>
<td> Email Address:</td>
<td><input type="text" name="emailaddress" placeholder="myname@example.com" size="36"/><br><br></td>
</tr>
<tr>
<td> Contact Number:</td>
<td><input type="text" name="contact" size="36"/><br><br></td>
</tr>
<tr>
<td>Address:</td>
<td><input type="text" placeholder="Street Address" size="15"/>
<input type="text" placeholder="Street Address 2" size="15"/><br><br>
<input type="text" placeholder="City" size="15"/>

<select>
<option value="State">State</option>
<option value="Maharastra">Maharastra</option>
<option value="Goa">Goa</option>
<option value="Arunachal Pradesh">Arunachal Pradesh</option>
<option value="Andhra Pradesh">Andhra Pradesh</option>
<option value="Assam">Assam</option>
<option value="Bihar">Bihar</option>
<option value="Gujarat">Gujarat</option>
<option value="Haryana">Haryana</option>
<option value="Jharkhand">Jharkhand</option>
<option value="Karnataka">Karnataka</option>
</select><br><br>
<input type="text" placeholder="Zip Code" size="15"/>

<select>
<option>Country</option>
<option>India</option>
<option>Iceland</option>
<option>Germany</option>
<option>Japan</option>
<option>Brazil</option>
</select></td><br><br></tr>

<tr>
<td>Applying For position:</td>
<td><input type="text" size="36"/><br><br></td>
</tr>

<tr>
<td> Type of Work: </td>
<td><select>
<option value="work"></option>
<option value="Senior analyst">Senior analyst</option>
<option value="Junior analyst">Junior analyst</option>
<option value="Tranee data analyst">Tranee data analyst</option>
</select><br><br>
</td>
</tr>

<tr>
<td>Cover Letter or Additional Information:</td>
<td><input type="textarea" cols="50" rows="6"></td>
</tr>

<tr>
<td align="center"><button>
      <span>Submit</span>
    </button></td>
</tr>
</div>
</form>
</table>
</body>
</html>

Expert Solution
steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education