-
Notifications
You must be signed in to change notification settings - Fork 0
/
XICHEMISTRY.html
34 lines (31 loc) · 1.08 KB
/
XICHEMISTRY.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="clickdropdowncss.css" >
</head>
<body class="background">
<h2> <marquee><font color="yellow"> CLASS: XI SUBJECT: CHEMISTRY</font></marquee> </h2>
<font color="blue">
CHAPTER NAMES :-</font>
<HR color="green" style= "width: 50%; height: 2px;"></HR>
<div class="dropdown">
<button class="dropbtn">PREODIC TABLE</button>
<div class="dropdown-content">
<a href="XICHEMISTRY INDEX.html">Set 1</a>
<a href="XICHEMISTRYINDEXSET2.html">Set 2</a>
<a href="XICHEMISTRYINDEXSET3.html">Set 3</a>
</div>
</div>
<BR><br>
<div class="dropdown">
<button class="dropbtn">CARBON FAMILY</button>
<div class="dropdown-content">
<a href="XICHEMISTRYINDEXL2S1.html">SET 1</a>
<a href="XICHEMISTRYINDEL2S2.html">SET 2</a>
<a href="XICHEMISTRYINDEXL2S3.html">SET 3</a>
</div>
</div><br><br><br><br>
<footer><a href="free.html"><button>MAIN PAGE</button></a></footer>
</body>
</html>