forked from vanshikanagalwade/icp8.0-html-group-7-project-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
homepage.html
53 lines (45 loc) · 3.44 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>movie</title>
</head>
<body>
<h1>
Select a category</h1>
<hr>
<hr>
<div>
<h1><a href="sci-fi.html" target="_blank">Sci-fi</a>
<a href="comedy.html" target="_blank">Comedy</a>
<a
href="horror.html" target="_blank">Horror</a> <a
href="marathi.html" target="_blank">Marathi</a>
<a
href="action.html" target="_blank">Action</a>
<a href="bollywood.html" target="_blank">Bollywood</a>
<a href="animation.html" target="_blank">Animation</a>
<a href="Superhero.html" target="_blank">Superhero</a>
</div>
<div>
<img src="sci-fi.webp"
width="155px" height="150px">
<img src="comedy.webp" width="150px" height="150px">
<img src="horror.webp" width="155px" height="150px">
<img src="marathimovie.jpg" width="155px" height="150px">
<img src="action.jpeg" width="155px" height="150px">
<img src="bollywood.jpg"width="155px" height="150px">
<img src="animation.jpeg" width="155px" height="150px">
<img src="superhero.jpeg" width="155px" height="150px">
</div>
</body>
</html>