-
Notifications
You must be signed in to change notification settings - Fork 0
/
04.html
66 lines (59 loc) · 1.68 KB
/
04.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Google</title>
<link href="style.css"rel="stylesheet"/>
</head>
<body>
<div class="heading">
<a href="#" class="first">Gmail</a>
<a href="#" class="first">Images</a>
<a href="#" class="image"></a>
</div>
<div class="between">
<div id="images" >
<img src="googlee.png" width="200px" height="80px">
</div>
<div class="searchbar">
<input type="text">
</div>
<div class="button">
<span><a href="#">Google Search</a></span>
<span><a href="#">I'm Feeling Lucky</a></span>
</div>
<div class="links">
<span>Google offered in:</span>
<a href="#">हिन्दी</a>
<a href="#">বাংলা</a>
<a href="#">తెలుగు</a>
<a href="#">मराठी</a>
<a href="#">தமிழ்</a>
<a href="#">ગુજરાતી</a>
<a href="#">ಕನ್ನಡ</a>
<a href="#">മലയാളം</a>
<a href="#">ਪੰਜਾਬੀ</a>
</div>
</div>
<footer>
<div>
<div style="margin: 15px; margin-left: 35px; color: white;">
India
</div>
<hr>
<div class="last">
<div class="footerstart">
<a href="#">About</a>
<a href="#">Advertising</a>
<a href="#">Bussiness</a>
<a href="#">How Search works</a>
</div>
<div class="footerend">
<a href="#">Privacy</a>
<a href="#">Terms</a>
<a href="#">Setting</a>
</div>
</div>
</div>
</footer>
</body>
</html>