-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjawan.html
More file actions
71 lines (61 loc) · 2.56 KB
/
jawan.html
File metadata and controls
71 lines (61 loc) · 2.56 KB
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
67
68
69
70
71
Jawan:-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="uri1.css">
<title>Movie Review</title>
</head>
<body>
<div class="container">
<div class="movie-info">
<img id="movie-poster" src="jawanq.jpg" width="200" alt="Movie Poster">
<br>
<div>
<U>
<h2 id="movie-title">Jawan(2023).(2h45m)</h2>
</U>
<br>
<u>
<h2>Rating</h2>
</u>
<span>Rating <span class="C:\Users\PANDEY\Downloads\star.png data-value="1">★ 7.5</span></span>
<div>
<br>
<div>A man is driven by a personal vendetta to rectify the wrongs in society, while keeping a promise made years ago. He comes up against a monstrous outlaw wth no fear, who has cause extreme sufferin to many.</div>
<hr>
<p> Director:Atlee Kumar</p>
<hr>
<p>Writer:Atlee Kumar</p>
<hr>
<p>Stars: Shahrukh Khan, Nayanthara and Vijay Sethupati</p>
<hr>
</div>
<div>
<b>
<u>
<h4>STREAMING</h4>
</b>
</u>
<a href="https://netflix.com"><img id="netflix" src="netflix.png" width="100"></a>
<a href="https://jio.com"><img id="netflix" src="jiotv.png" width="100></a>
</div>
<div class="review-section">
<h3>User Feedback:</h3>
<textarea id="review-text" rows="3" cols="50"></textarea>
<h3>User Rating:</h3>
<div id="rating-stars" class="stars">
<span class="star" data-value="1">★</span>
<span class="star" data-value="2">★</span>
<span class="star" data-value="3">★</span>
<span class="star" data-value="4">★</span>
<span class="star" data-value="5">★</span>
</div>
</div>
<button id="submit-button">Submit Review</button>
<div id="review-output"></div>
</div>
<script src="uri2.js"></script>
</body>
</html