FormDemo.html
< html lang = "en" > < head > < meta charset = "UTF-8" > < meta name = "viewport" content = "width=device-width, initial-scale=1.0" > < title > Student Registration </ title > < style > table , tr , td , th { font-size : 25px ; } </ style > </ head > < body bgcolor = "#ddeeaa" style = " text-align: center;font-size: 25px;" > < h1 style = " text-align: center;color: blue;" > Student Placement Registration </ h1 > < form action = "" > < table style = " margin-left: 600px;" > < tr > < td >< label for = "" > Enter First Name </ label ></ td > ...