-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
100 lines (68 loc) · 1.68 KB
/
Index.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
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
<!DOCTYPE html>
<html>
<head>
<title>google page first try </title><!--1st day of html -->
<link type="text/css" rel="stylesheet" href="style.css"/><!--link to style.css-->
</head>
<body>
<div id="top"><!--the options on the top-->
<table id="tabletop">
<tr>
<td>
<a href="">+enzo</a>
</td>
<td>
<a href="">Gmail</a>
</td>
<td>
<a href="">Images</a>
</td>
<td>
<a href=""><img src="images/apps.png"/></a>
</td>
<td>
<a href=""><img src="images/notification.png"/></a>
</td>
<td>
<a href="">Share</a>
</td>
<td>
<a href="" ><img id="circle" src="images/blueperson.png" ></a>
</td>
</tr>
</table>
</div>
<div id="middle"> <!--the png of google-->
<a href="https://www.google.com.ar/#q=Halloween&oi=ddle&ct=halloween-2014-5647569745084416&hl=es-419"><img src="images/5.gif"/></a>
</div>
<div id="search"><!--the big search text-->
<input style="width: 500px;height: 30px;float: left;" type="search" name="search"><br>
<a href=""><img id="voice" src="images/voice.gif"></a>
</div>
<div id="bot"><!--this is submit just under the search "text"-->
<table>
<tbody>
<tr>
<td><input type="submit" value="Google Search" /></td>
<td><input type="submit" value="I feel lucky" /></td>
</tr>
</tbody>
</table>
</div>
<div id="left">
<table id="tableleft">
<tbody>
<tr >
<td><a href="">Advertising</a></td><td><a href="">Business</a></td><td><a href="">About</a></td>
</tr>
</tbody>
</table>
</div><!--the table in the botton of the page-->
<div id="right">
<table id="tableright">
<tbody>
<tr><td><a href="">Privacy & Terms</a></td><td><a href="">Settings</a></td></tr>
</tbody></table>
</div>
</body>
</html>