-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 743 Bytes
/
index.html
File metadata and controls
31 lines (31 loc) · 743 Bytes
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
<html>
<head>
<title> The International NEWS </title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="bgimage">
<div class="menu">
<div class="leftmenu">
<h4> MOVIES </h4>
</div>
<div class="rightmenu">
<ul>
<li id="fisrtlist"><a href=""> HOME </a></li>
<li><a href=""> HINDI MOVIES </a></li>
<li><a href=""> HOLLYWOOD </a></li>
<li><a href="">ENTERTAINMENT</a></li>
<li><a href=""> CONTACT US </a></li>
</ul>
</div>
</div>
<div class="text">
<h4> LATEST MOVIES </h4>
<h1> The MOVIES WORLD </h1>
<h3> Search all over the world </h3>
<button id="buttonone"> <a href="">BUTTON1</a></button>
<button id="buttontwo"> <a href="">BUTTON2</a></button>
</div>
</div>
</body>
</html>