-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshooting.html
93 lines (75 loc) · 4.35 KB
/
shooting.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>
LoKe games - Shooting
</title>
</head>
<body class="cate">
<div style="width: 100%;"><img class="logo" src="Images/logo.jpg" width="200px" height="200px" alt="Logo"></div>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="category.html">Category</a></li>
<li><a href="trending.html">Trending</a></li>
<li><a href="forum.html">Forum</a></li>
<li><a href="signin.html">Sign in</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="cate"><h1 class="greet">Shooting</h1></div>
<p class="cate">
<img src="Images/shooting.jpg" width="700px" height="400px" class="one">
<br>
Shooter games are a subgenre of action video game, which often test the player's spatial awareness, reflexes, and speed in both isolated single player or networked multiplayer environments. Shooter games encompass many subgenres that have the commonality of focusing on the actions of the avatar engaging in combat with a weapon against both code-driven NPC enemies or other avatars controlled by other players.<br>
Usually this weapon is a firearm or some other long-range weapon, and can be used in combination with other tools such as grenades for indirect offense, armor for additional defense, or accessories such as telescopic sights to modify the behavior of the weapons. A common resource found in many shooter games is ammunition, armor or health, or upgrades which augment the player character's weapons.<br>
Most commonly, the purpose of a shooter game is to shoot opponents and proceed through missions without the player character being killed or dying as a result of the player's actions. A shooting game is a genre of video game where the focus is almost entirely on the defeat of the character's enemies using the weapons given to the player.<br>
</p>
<div class="row">
<br>
<br>
</div>
<div class="row">
<div class="col-4"><img src="Images/shooting1.jpg"></div>
<div class="col-4"><img src="Images/shooting2.jpg"></div>
<div class="col-4"><img src="Images/shooting3.jpg"></div>
</div>
<div class="row">
<div class="col-4">Battlefield V</div>
<div class="col-4">Counter Strike</div>
<div class="col-4">Gear 5</div>
</div>
<div class="row">
<br>
<br>
</div>
<div class="row">
<div class="col-6"><img src="Images/shooting4.jpg"></div>
<div class="col-6"><img src="Images/shooting5.jpg"></div>
</div>
<div class="row">
<div class="col-6">Halo Infinite</div>
<div class="col-6">Doom Eternal</div>
</div>
<div style="text-align: center"><a href="category.html"><button class="getgame"> Show All </button></a></div>
<!--
<table style="text-align: center;" border="0" cellpadding="10" cellspacing="20" >
<tr>
<td><img src="Images/shooting1.jpg"><br><br></td>
<td><img src="Images/shooting2.jpg"><br><br></td>
<td><img src="Images/shooting3.jpg"><br><br></td>
<td><img src="Images/shooting4.jpg"><br><br></td>
<td><img src="Images/shooting5.jpg" width="250 px"><br><br></td>
</tr>
<tr>
<td>Battlefield V</td >
<td>Counter Strike</td>
<td>Gears 5</td>
<td>Halo Infinite</td>
<td>Doom Eternal</td>
</tr>
</table>
-->
</body>
</html>