Posts

Showing posts with the label student registration form

Write html code for student registration form ?

 Write html code for student registration form ? <html> <head> <title>Student Registration Form</title> <style> h3{   font-family: Calibri;    font-size: 25pt;            font-style: normal;    font-weight: bold;    color:SlateBlue;   text-align: center;    text-decoration: underline } table{   font-family: Calibri;    color:white;    font-size: 11pt;    font-style: normal;   font-weight: bold;   text-align:;    background-color: SlateBlue;    border-collapse: collapse;    border: 2px solid navy } table.inner{   border: 0px } </style> </head> </style> <body> <h3>STUDENT REGISTRATION FORM</h3>   <table align="center" cellpadding = "10">   <!----- First Name ----------------------------------------------------------> <tr> <td>FI...