-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomepage.html
53 lines (53 loc) · 2.36 KB
/
homepage.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Google</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="pagecontainer">
<div id="contentwrap">
<div id="header">
<p class="alignleft">
<a class="link" href="https://about.google">About</a>
<a class="link" href="https://store.google.com/">Store</a>
</p>
<p class="alignright">
<a style="color: black;" class="link" href="googleimages.html">Images</a>
<a style="color: black;" class="link" href="advancedsearch.html">Advanced Search</a>
</p>
</div>
<div style="clear: both;"></div>
<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="googlelogo" height="25%" id="logo">
<form action="https://google.com/search">
<input type="text" align="center" name="q" id="searchbar">
<p>
</p>
<input type="submit" align="center" value="Google Search" class="submit">
<input type="submit" align="center" value="I'm Feeling Lucky" class="submit" name="btnI">
</form>
</div>
<div id="footer">
<p class="alignleft">
<a class="footerlink" href="https://ads.google.com/intl/en_us/home/?"> Advertising</a>
<a class="footerlink" href="https://smallbusiness.withgoogle.com/help/"> Business</a>
<a class="footerlink" href="https://www.google.com/search/howsearchworks/?fg=1"> How Search works</a>
</p>
<p class="alignright">
<a class="footerlink" href="https://policies.google.com/privacy?fg=1"> Privacy</a>
<a class="footerlink" href="https://policies.google.com/terms?fg=1"> Terms</a>
<a class="footerlink" href="https://support.google.com/websearch/"> Settings</a>
</p>
</div>
<div style="clear: both;"></div>
</div>
</body>
</html>