-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (73 loc) · 2.15 KB
/
index.html
File metadata and controls
73 lines (73 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<html>
<head>
<title>my first work</title>
</head>
<body>
<center>
<h1 title="TOPPER STUDENT IN INDIA"> <b><mark><i><u> My 10th Class result</u></i></mark></b></h1><br>
</center>
<p>
<b><i>I Beg To Say Thaat Bhut Accha <del>Result</del></i></b>
</p><br><br>
<table border="4" cellspacing="0" cellpadding="10" style="text-align: center;">
<tr>
<th> Student Name</th>
<th>English</th>
<th>Hindi</th>
<th>Maths</th>
<th>Science</th>
<th>Computer</th>
<th>Social Studies</th>
</tr>
<tr>
<td>Gourav Sharma</td>
<td>67</td>
<td>72</td>
<td>56</td>
<td>84</td>
<td>62</td>
<td>78</td>
</tr>
<tr>
<td>Sachin</td>
<td>64</td>
<td>34</td>
<td>52</td>
<td>68</td>
<td>44</td>
<td>56</td>
</tr>
<tr>
<td>Abhishek</td>
<td>64</td>
<td>67</td>
<td>54</td>
<td>33</td>
<td>58</td>
<td>64</td>
</tr>
<tr>
<td>Anand</td>
<td>78</td>
<td>77</td>
<td>64</td>
<td>82</td>
<td>80</td>
<td>68</td>
</tr>
</table><br><br><br>
<button>
<a href="file:///Y:/pubg%20file/result/result.html" target="blank" title="Bhut Hard">Gourav sharma</a>
</button><br><br>
<button>
<a href="file:///Y:/pubg%20file/sachin%20result.html" target="blank" title="Katai Zher">Sachin result</a>
</button><br><br>
<button>
<a href="file:///Y:/pubg%20file/Abhishek%20result.html" target="blank" title="Chaman chutiya">Abhishek</a>
</button><br><br>
<button>
<a href="file:///Y:/pubg%20file/anand%20result.html" target="blank" title="click to visit anand result">Anand </a>
</button><br><br>
<img src="image/photo.png/IMG_0291.JPgs" alt="suka don" width="600" height="400" title="chaman chutiya">
</body>
</html>