-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgoogle.html
35 lines (31 loc) · 1.07 KB
/
google.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
<html lang = "eng">
<header>
<link rel = "stylesheet" type = "text/css" href = "./google.css">
</header>
<ul>
<li><a>About</a></li>
<li><a>Store</a></li>
<li class = "right"><img id = "r" src = "./Selection_005.png"></li>
<li class = "right"><img class = "dots" src = "./Selection_004.png"></li>
<li class = "right"><a>Images</a></li>
<li class = "right"><a>Gmail</a></li>
</ul>
<div>
<img src = "Selection_007.png" class = "logo">
</div>
<div class="form">
<form>
<input id = "txtbar" type ="text">
<button class="button" type = "button">Google Search</button>
<button class="button" type = "button">I'm Feeling Lucky</button>
</form>
</div>
<ul class = "bottom">
<li><a>advertising</a></li>
<li><a>Business</a></li>
<li><a>How Search Works</a></li>
<li class ="bright"><a>Settings</a></li>
<li class ="bright"><a>Terms</a></li>
<li class ="bright"><a>Privacy</a></li>
</ul>
</html>