application form html 2
<html> <head> <style> table,th,td { border: 0.5px solid black; padding: 18px; } table{text-align:center;} tr{text-align: center;] </style> <title>Home assignment 2</title> </head> <body bgcolor="Burlywood"> <font face="Century Gothic"> <h1 align="center"><u>Registration Form</u></h1> <marquee><h3>Finish this simple registration form. This website is brought to you by HTML. Created by Y.SRI DATTA SHANMUKH SAI of section 04</h3></marquee> <form action="/action_page.php"> <table> <tr> <td>ID Number:</td> <td> <input type="phone" placeholder="22000*****"> </td> </tr> <tr> <td>First Name:</td> <td> <input type="text" placeholder=""> </td> </tr> <tr> <td>Last Name:</td> <td> <input type=...