Posts

Output with source code

Image
Student Form

Student Form Source Code

Image
  < html >   < head >     < title > Student Form </ title >   </ head >   < body >     < h1 > Dr. BBA Polytechnic College, Karad </ h1 >     < h2 > Student Registration Form </ h2 >     < form action = "/action" autocomplete = "on" method = "post" target = "_blank" >       < label for = "name" > Name: </ label >< br />       < input type = "text" id = "name" name = "name" />< br />< br />       < label for = "dob" > D.O.B </ label >< br />       < input type = "date" id = "dob" name = "dob" />< br />< br />       Gender:       < input type = "radio" id = "male" name = "gender" value = "male" />       < label for = "male" > Male </ label >...