-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb2.html
23 lines (19 loc) · 1.11 KB
/
web2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Detail about awards</title>
</head>
<body>
<h1> Awards</h1>
<p> <h2>here are many film industry awards, including the National Film Awards, Filmfare Awards, and the Cannes International Film Festival:
National Film Awards</h2>
This award show is held annually in New Delhi and is introduced by the Indian government. The awards recognize excellence in various categories, such as acting, directing, and writing.
The awards are categorized into Feature Films, Non-Feature Films, and Books on Cinema. The Feature Films category includes awards like Best Feature Film, Best Direction, Best Actor, and Best Actress.
The awards also include technical categories like Best Cinematography, Best Screenplay, and Best Editing. In addition, the awards include a lifetime achievement award called the Dadasaheb Phalke Award,
which is named after the father of Indian cinema. </p>
<p><a href="index.html">back</a></p>
<img src="award.png"width="400" height="250">
</body>
</html>