HTML Part-2
<!DOCTYPE html>
<html>
<head> <title>this is my project</title></head>
<body bgcolor="yellow">
<h3><b>Swami Vivekanand Vidyashram </b>
<br><h5>Class 12<sup>th</sup></h5></h3>
<table border="5">
<tr>
<th>Sr No.</th>
<th>English</th>
<th>Hindi</th>
<th>Math</th>
<th>computer</th>
<th>period</th>
<th>Date</th>
</tr>
<tr>
<td>1.</td>
<td>65</td>
<td>75</td>
<td>75</td>
<td>80</td>
<td>85</td>
<td>24/7/2021</td>
<tr>
<td>2.</td>
<td>75</td>
<td>65</td>
<td>65</td>
<td>72</td>
<td>83</td>
<td>28/7/2021</td>
<tr>
<td>3.</td>
<td>63</td>
<td>68</td>
<td>74</td>
<td>83</td>
<td>95</td>
<td>30/7/2021</td>
<tr>
<td>4.</td>
<td>95</td>
<td>95</td>
<td>91</td>
<td>81</td>
<td>83</td>
<td>1/8/2021</td>
</tr>
</table>
<h2></h2>
<h4><i>created by naman</i></h4>
<label>select student name:</label>
<select>
<option>1. Rohit</option>
<option>2.Harsh</option>
<option>3.Rahul</option>
<option>4. puneet</option>
</Select>
</body>
</html>
Code output
No comments:
Post a Comment