-
Notifications
You must be signed in to change notification settings - Fork 1
/
9.html
28 lines (26 loc) · 834 Bytes
/
9.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>9</title>
</head>
<style>
.red{
color: red;
}
</style>
<body>
<!-- <h1 id="head" class="head">HII</h1>
<div class="para" id="para"><b>Kuldeep</b> is my name</div>
<div class="container">
<div id="box1" class="box1">
<p class="player">rohit</p>
<p class="player">kolhi</p>
<p class="player">kl</p>
</div>
<div class="box2"><p>Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nihil ratione neque laudantium vel fuga ducimus, voluptatum soluta iste asperiores aliquid?</p></div>
</div> -->
<script src="9.js"></script>
</body>
</html>