-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGoogle.html
More file actions
37 lines (34 loc) · 1.45 KB
/
Google.html
File metadata and controls
37 lines (34 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" type="image/png" href="favicon.ico"/>
<title>Google</title>
</head>
<body>
<header>
<a href="https://www.facebook.com">+student</a>
<a href="https://mail.google.com">Gmail</a>
<a href="https://www.google.com/imghp?hl=en&tab=wi&ei=Ox1NVMXuJYO3yATCjoFA&ved=0CAQQqi4oAg">Images</a>
<img id="products" src="images/products.png"/>
<img id="bell" src="images/bell.png"/>
<img id="share" src="images/share.png"/>
<img id="lara" class="headerpics" src="images/viewprofileimage.jpeg"/>
</header>
<div>
<img src="https://www.google.com/images/srpr/logo11w.png"/>
<form name="google" action="#" method="POST"><br>
<input type="search" class="search"><br>
</form>
<a href="search-result.html" target="_blank"><button>Google Search</button></a>
<a href="#"><button>i'm feeling lucky</button></a>
</div>
<footer>
<a class="leftlinks" href="https://www.google.com/intl/en/ads/?fg=1">Advertising</a>
<a class="leftlinks" href="https://www.google.com/services/?fg=1">Business</a>
<a class="leftlinks" href="https://www.google.com/intl/en/about/">About</a>
<a class="rightlinks" href="https://www.google.com/preferences?hl=en">Settings</a>
<a class="rightlinks" href="https://www.google.com/intl/en/policies/?fg=1">Privacy & Terms</a>
</footer>
</body>
</html>