-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmaths.html
More file actions
159 lines (151 loc) · 4.29 KB
/
maths.html
File metadata and controls
159 lines (151 loc) · 4.29 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<html>
<head>
<style>
table,th,td{
background-color:white;
}
</style>
<title>MATHEMATICS</title>
<link rel="shortcut icon" href="library.ico">
<link rel="stylesheet" href="css4.css">
<script src="mathematics.js" type="text/javascript"></script>
<style >
.grid-container
{
display: grid;
grid-template-areas:
'h1 h1 h1 h2 h2 h2'
'h3 h3 h3 h4 h4 h4'
'h5 h5 h5 h6 h6 h6'
'h7 h7 h7 h8 h8 h8'
'h9 h9 h9 h10 h10 h10';
background-color:powderblack;
padding:10px;
grid-gap: 10px
}
.grid-container >div
{
background-color: powderblue;
text align: center;
padding: 10px;
font-size: 35px;
}
.i1
{
grid-area: h1;
}
.i2
{
grid-area: h2;
}
.i3
{
grid-area: h3;
}
.i4
{
grid-area: h4;
}
.i5
{
grid-area: h5;
}
.i6
{
grid-area: h6;
}
.i7
{
grid-area: h7;
}
.i8
{
grid-area: h8;
}
.i9
{
grid-area: h9;
}
.i10
{
grid-area: h10;
}
</style>
</head>
<body>
<div class="iteam1">
<div style="background-color:white;padding-bottom:35px;">
</div>
<br><br>
<center><div style="border-radius:10px;margin-top:10%;font-size:60px;font-family:sans-serif;font-weight:bold;background-color:white;width:35%;">
MATHEMATICS BOOKS</div>
</center>
<br><br><br><br><br><br><br><br><br>
<div class="grid-container">
<div class="i1"><i>advanced engineering mathematics</i></div>
<div class="i2"><i>vector algebra</i></div>
<div class="i3"><i>vedic mathematics</i></div>
<div class="i4"><i>calculus</i></div>
<div class="i5"><i>statiscs</i></div>
<div class="i6"><i>ncert mathematics</i></div>
<div class="i7"><i>integration</i></div>
<div class="i8"><i>probability</i></div>
<div class="i9"><i>trignometry</i></div>
<div class="i10"><i>differentiation</i></div>
</div>
<table border="5">
<tr><th id="t1" onmouseover="fun1()"><h1><big>1</big></h1></th>
<th id="t2" onmouseover="fun2()"><h1><big>2</big></h1></th>
<th id="t3" onmouseover="fun3()"><h1><big>3</big></h1></th>
<th id="t4" onmouseover="fun4()"><h1><big>4</big></h1></th>
<th id="t5" onmouseover="fun5()"><h1><big>5</big></h1></th>
<th id="t6" onmouseover="fun6()"><h1><big>6</big></h1></th>
<th id="t7" onmouseover="fun7()"><h1><big>7</big></h1></th>
<th id="t8" onmouseover="fun8()"><h1><big>8</big></h1></th>
<th id="t9" onmouseover="fun9()"><h1><big>9</big></h1></th>
<th id="t10" onmouseover="fun10()"><h1><big>10</big></h1></th>
</tr></table>
<script>
function fun1()
{
document.getElementById("t1").innerHTML="NAME:advanced engineering mathematics <br> AUTHOR NAME:rk jain <br> YEAR OF PUBLICATIONS:1980<br> NUMBER OF COPIES:100<br> COST OF BOOK:678";
}
function fun2()
{
document.getElementById("t2").innerHTML="NAME:vector algebra <br> AUTHOR NAME:ramanujan <br> YEAR OF PUBLICATIONS:1978 <br> NUMBER OF COPIES:190 <br> COST OF BOOK:543";
}
function fun3()
{
document.getElementById("t3").innerHTML="NAME:vedic mathematics <br> AUTHOR NAME:euclid <br>YEAR OF PUBLICATIONS:1990 <br>NUMBER OF COPIES:180 <br> COST OF BOOK:674";
}
function fun4()
{
document.getElementById("t4").innerHTML="NAME:calculus <br> AUTHOR NAME:douglas <br> YEAR OF PUBLICATIONS:1987 <br> NUMBER OF COPIES:45 <br> COST OF BOOK:789";
}
function fun5()
{
document.getElementById("t5").innerHTML="NAME:statiscs <br> AUTHOR NAME:hiroshi <br> YEAR OF PUBLICATIONS:1876 <br> NUMBER OF COPIES:45 <br> COST OF BOOK:765";
}
function fun6()
{
document.getElementById("t6").innerHTML="NAME:ncert mathematics <br> AUTHOR NAME:david <br> YEAR OF PUBLICATIONS:34 <br> NUMBER OF COPIES:23 <br> COST OF BOOK:907";
}
function fun7()
{
document.getElementById("t7").innerHTML="NAME:integration <br> AUTHOR NAME:alfred <br> YEAR OF PUBLICATIONS:56 <br> NUMBER OF COPIES:345 <br> COST OF BOOK:852";
}
function fun8()
{
document.getElementById("t8").innerHTML="NAME:probability <br> AUTHOR NAME:james<br> YEAR OF PUBLICATIONS:1230 <br> NUMBER OF COPIES:23 <br> COST OF BOOK:951";
}
function fun9()
{
document.getElementById("t9").innerHTML="NAME:trignometry <br> AUTHOR NAME:newman<br> YEAR OF PUBLICATIONS:1987 <br> NUMBER OF COPIES:89 <br> COST OF BOOK:756";
}
function fun10()
{
document.getElementById("t10").innerHTML="NAME:differentiation <br> AUTHOR NAME:wakerly<br> YEAR OF PUBLICATIONS:1987 <br> NUMBER OF COPIES:89 <br> COST OF BOOK:756";
}
</script>
</body>
</html>