-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdollitle.html
53 lines (49 loc) · 1.75 KB
/
dollitle.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>
<head>
<title>ONLINE MOVIE BOOKING</title>
<link rel="stylesheet" type="text/css" href="allmovies.css">
</head>
<body>
<center>
<a href="index.html"><img src="LOGO1.JPG" class="logo"> </a>
<div class="topnav">
<a href="index.html">Home</a>
<a class="active" href="movies.html">Movies</a>
<a href="bookamovie.html">Book A movie</a>
<a href="aboutus.html">About Us</a>
<div class="sign">
<a href="signin.html">Sign In</a>
<a href="signup.html">Sign Up</a>
</div>
</div>
</center>
<br><br><br><br><br><br>
<center><img src="Dollitle.jpg" height="400px" width="200px"> </center><br><br><br>
<center>
<h2>
<p>Dr. John Dolittle lives in solitude behind the high walls
of his lush manor in 19th-century England. His only companionship comes from
an array of exotic animals that he speaks to on a daily basis.
But when young Queen Victoria becomes gravely ill, the eccentric doctor and his furry friends
embark on an epic adventure to a mythical island to find the cure.
</p>
</h2>
<h3>
<p>
<br>
<br>
<br>
<br>Director: Stephen Gaghan
<br>Writers:Stephen Gaghan, Dan Gregor, Doug Mand
<br>Stars: Robert Downey Jr, Antonio Banderas, Michael Sheen, Jessie Buckley </p>
</h3>
</center>
<br>
<br>
<br>
<br>
<br>
<center> <a href="bookamovie.html"> <button type="submit">BOOK NOW</button></a></center>
</body>
</html>