-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTechnologyHome.html
More file actions
19 lines (19 loc) · 1.2 KB
/
TechnologyHome.html
File metadata and controls
19 lines (19 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Technology</title>
</head>
<body bgcolor="white">
<font face="lucida console" color="red" size="9"><center>Technology</font>
<hr color="red" size="5"><br><br>
<table border="0" width="100%" cellpadding="15" cellspacing="15">
<tr>
<td bgcolor="cyan" width="100%"><marquee behavior="slide" direction="left" scrollamount="30"><font face="Lucida Calligraphy" color="darkblue" size="9">Scientists</font></marquee>
<tr>
<td bgcolor="lightGreen" width="100%"><marquee behavior="slide" direction="left" scrollamount="25"><a href="C:\Documents and Settings\rishparn\My Documents\Summer Project\Discoveries.html"><font face="Broadway" color="darkgreen" size="9">Discoveries</font></a></marquee>
<tr>
<td bgcolor="#fff376" width="100%"><marquee behavior="slide" direction="left" scrollamount="20"><a href="C:\Documents and Settings\rishparn\My Documents\Summer Project\Inventions.html"><font face="Script MT Bold" color="red" size="9">Inventions</font></a></marquee>
<tr>
<td bgcolor="purple" width="100%"><marquee behavior="slide" direction="left" scrollamount="15"><font face="Lucida Calligraphy" color="white" size="9">Future Science ???</font></marquee>
</table>
</body>
</html>