1- < html lang ="en ">
1+ < html lang ="en ">
22< head >
33 < meta charset ="UTF-8 ">
44 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
55 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
66< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
77< link rel ="stylesheet " href ="syllabus.css ">
8- < link rel =" stylesheet " href =" table.css " >
9- < link href ="
https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bytesized&family=Caveat:[email protected] &family=Rakkas&family=Shadows+Into+Light&family=Ysabeau+SC:[email protected] &display=swap "
rel ="
stylesheet "
> 8+
9+ < link href ="
https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bytesized&family=Caveat:[email protected] &family=Rakkas&family=Shadows+Into+Light&family=Ysabeau+SC:[email protected] &display=swap "
rel ="
stylesheet "
> 1010 < link rel ="stylesheet " href ="/css/bootstrap.min.css ">
1111 < link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/[email protected] /font/bootstrap-icons.css "
> 1212 < script src ="/js/bootstrap.min.js "> </ script >
@@ -41,8 +41,8 @@ <h1>Hover me</h1>
4141< body >
4242
4343 < p style ="font-size: xx-large; font-family: Verdana, Geneva, Tahoma, sans-serif; "> physics syllabus</ p >
44- < button onclick ="showit() "> show physics syllabus</ button >
45- < button onclick ="hideit() "> close</ button >
44+ < button onclick ="showit() " class =" physicsshowbutton " > show physics syllabus</ button >
45+ < button onclick ="hideit() " class =" physicsshowbutton " > close</ button >
4646< div id ="table1 " style ="display: none; ">
4747 < table >
4848 < tr >
@@ -127,8 +127,8 @@ <h1>Hover me</h1>
127127 </ script >
128128
129129< p > chemistry syllabus</ p >
130- < button onclick ="showit2() "> show chemistry syllabus</ button >
131- < button onclick ="hideit2() "> close</ button >
130+ < button onclick ="showit2() " class =" chemistryshowbutton " > show chemistry syllabus</ button >
131+ < button onclick ="hideit2() " class =" chemistryshowbutton " > close</ button >
132132
133133< div style ="display: none; " id ="table2 ">
134134< table border ="1 ">
@@ -205,4 +205,4 @@ <h1>Hover me</h1>
205205 $ ( '#table2' ) . hide ( ) ;
206206 }
207207 </ script >
208- </ div>
208+ </ div>
0 commit comments