HTML and CSS
<!DOCTYPE html>
<html>
<head> <style>
marquee{color:skyblue;}
p,h3,level{color:brown;}
</style> <title>this is my project</title></head>
<body bgcolor="yellow"><marquee behavior="alternate"><b><i><h5>naman pathak mobile no.7571978011</h5></mark></i></b></marquee>
<h3><b>Swami Vivekanand Vidyashram </b>
<br><h5>Class 12<sup>th</sup></h5></h3>
<table border="5" bgcolor="white">
<tr>
<th>Sr No.</th>
<th>English</th>
<th>Hindi</th>
<th>Math</th>
<th>computer</th>
<th>Date</th>
</tr>
<tr>
<td>1.</td>
<td>65</td>
<td>75</td>
<td>75</td>
<td>80</td>
<td>24/7/2021</td>
<tr>
<td>2.</td>
<td>75</td>
<td>65</td>
<td>65</td>
<td>72</td>
<td>28/7/2021</td>
<tr>
<td>3.</td>
<td>63</td>
<td>68</td>
<td>74</td>
<td>83</td>
<td>30/7/2021</td>
<tr>
<td>4.</td>
<td>95</td>
<td>95</td>
<td>91</td>
<td>81</td>
<td>1/8/2021</td>
</tr>
</table>
<h2></h2>
<h4><i>created by naman</i></h4>
<fieldset>
<required><b>required field are followed by*</b></required>
<br><br>
<label>select student name:*</label>
<select>
<option></option>
<option> Rohit</option>
<option>Harsh</option>
<option>Rahul</option>
<option> puneet</option>
</select>
<br><br><br>
<legend></legend>
<level>
select gender:*
</level>
<select>
<option></option>
<option>male</option>
<option>female</option>
<option>other</option>
<br>
</level>
</select>
<h3>payment information</h3>
<br>
<p>expiretion date:*<input type ="date"name="expiry_date"requird><br>
<p>D.O.B:*<input type="calender"name="DOB"name="calender">
<br>
<br><br>
<level>select card:*</level>
<select>
<option></option>
<option>ATM card</option>
<option>PAN card</option>
<option>ADHAR card</option>
<option>VTER ID</option>
</select>
<p>
<input type ="submit"value="PayNow"></p>
</fieldset>
</body>
</html>
CODING OUTPUT