-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathE-WORKBOOKS.html
More file actions
116 lines (112 loc) · 4.55 KB
/
E-WORKBOOKS.html
File metadata and controls
116 lines (112 loc) · 4.55 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
<html>
<head>
<title>E - Resources in Education</title>
<link rel="icon" href="images/favicon.png">
</head>
<body vlink="#fff" alink="#fff" link="#fff" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0">
<table bgcolor="rgba(73,155,234,1)" height="4%" width="100%">
<tr></tr>
</table>
<table bgcolor="green" height="100px" width="100%">
<tr>
<td width="57%">
<font color="#fff" size="6" face="'Poppins', sans-serif">
<b>
E-RESOURCES IN EDUCATION
</b>
</font>
</td>
<td align="right" width="10%">
<font color="#fff" size="3" face="'Poppins', sans-serif">
<a href="index.html">HOME</a>
</font>
</td>
<td align="right" width="10%">
<font color="#fff" size="3" face="'Poppins', sans-serif">
<a href="about.html">ABOUT</a>
</font>
</td>
<td align="right" width="10%">
<font color="#fff" size="3" face="'Poppins', sans-serif">
<a href="how_to.html">HOW TO</a>
</font>
</td>
<td align="right" width="15%">
<font color="#fff" size="3" face="'Poppins', sans-serif">
<a href="contact.html">CONTACT</a>
</font>
</td>
</tr>
</table>
<table bgcolor="#fffacd">
<tr>
<th>
<img src="images/aboutbanner.png" width="70%" height="35%" alt="ABOUT" title="ABOUT">
</th>
</tr>
</table>
<p />
<br />
<br />
<center>
<font size="6" face="'Poppins', sans-serif"><b>ABOUT E - RESOURCES IN EDUCATION</b></font>
</center>
<p />
<br />
<table width="90%" align="center">
<tr>
<td width="74%">
<iframe src="eworkbooks.html" name="iframe" width="100%" height="185%" frameborder="0"></iframe>
</td>
<td width="24%">
<a href="aboutText.html" target="iframe"><img src="images/about.jpg" alt="ABOUT" title="ABOUT"></a>
</td>
</tr>
</table>
<br>
<br>
<br>
<table>
<tr height="40%">
<td> </td>
<td width="24%">
<a href="ebooks.html" target="iframe"><img height="20%" width="90%" src="images/eBooks.jpg" alt="E - BOOKS" title="E - BOOKS"></a>
</td>
<td width="24%">
<a href="edictionaries.html" target="iframe"><img height="20%" width="90%" src="images/edictionaries.jpg" alt="E - DICTIONARIES" title="E - DICTIONARIES"></a>
</td>
<td width="24%">
<a href="ejournals.html" target="iframe"><img height="20%" width="90%" src="images/ejournals.jpg" alt="E - JOURNALS" title="E - JOURNALS"></a>
</td>
<td width="24%">
<a href="eworkbooks.html" target="iframe"><img height="20%" width=90% src="images/eworkbooks.jpg" alt="E - WORKBOOKS" title="E - WORKBOOKS"></a>
</td>
</tr>
</table>
<p></p>
<br>
<br>
<table bgcolor="green" height="200px" width="100%">
<tr>
<td>
<font color="#fff" size="6" face="'Poppins', sans-serif">
<b>
E-RESOURCES IN EDUCATION
</b>
</font>
</td>
<td></td>
</tr>
</table>
<table bgcolor="rgba(73,155,234,1)" width="100%" height="5%">
<tr>
<td align="center">
<font color="#fff">
© Copyright E-Resources in Education 2019. All Rights Reserved. Powered by XYZ.
</font>
</td>
</tr>
</table>
</body>
</html>