-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathc10science.html
51 lines (45 loc) · 2.13 KB
/
c10science.html
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
<!DOCTYPE html>
<html>
<head>
<style>
.dropbtn {
background-color: #04AA6D;
color: white;
padding: 16px;
font-size: 16px;
border: none;
}
</style>
</head>
<body style="background-color:aquamarine">
<CENTER>
<h1><b>SCIENCE</b></h1><br><br>
<h3>Select from the below option which you want to get...</h3>
<a href="https://www.jagranjosh.com/articles/class-10th-science-ncert-book-1450438876-1"><button class="dropbtn">Ncert Books
</button></a>
<br><br>
<a href="https://byjus.com/ncert-solutions-class-10-science/"><button class="dropbtn">Ncert Solution
</button></a>
<br><br>
<a href="https://www.learncbse.in/cbse-notes-class-10-science/"> <button class="dropbtn">Notes
</button></a>
<br><br>
<button class="dropbtn">sample papers
</button>
<div class="sample paper">
<a href="https://www.selfstudys.com/books/cbse-sample-paper/state-books/class-10th/science/science-2023-set-1/980178">set 1 </a>
</div>
<div class="sample paper">
<a href="https://www.selfstudys.com/books/cbse-sample-paper/state-books/class-10th/science/science-2023-set-2/980177">set 2 </a>
</div>
<div class="sample paper">
<a href="https://www.selfstudys.com/books/cbse-sample-paper/state-books/class-10th/science/science-2023-set-4/980175">set 3 </a>
</div> <br><br>
<a href="https://www.youtube.com/watch?v=HzQ_zcAALrk&list=PLVLoWQFkZbhXAipqg8dmzLQOED1uxgUTx"><button class="dropbtn">Physics Videos
</button></a><br><br>
<a href="https://www.youtube.com/watch?v=EtWrO4bnDjw&list=PLVLoWQFkZbhVbIi9ux7sKREnFo3jrrKzQ"><button class="dropbtn">Chemistry Videos</button></a>
<br><br>
<a href="https://www.youtube.com/watch?v=FjgUBLhVzNU&list=PLVLoWQFkZbhXuBRmnH3CwHsk3ZzNHbXmG"><button class="dropbtn">Biology Videos</button></a>
</CENTER>
</body>
</html>