forked from AdithyaKishorPrasad/Testgit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
28 lines (28 loc) · 746 Bytes
/
Copy pathtest.html
File metadata and controls
28 lines (28 loc) · 746 Bytes
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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="C:/Users/Admin/Documents/styles.css"/>
<title>Document</title>
</head>
<body>
<style>
p{
background-color:DodgerBlue;
}
h1{
background-color: rgb(30, 200, 44);
}
.blue{
background-color: aqua;
}
</style>
<div class="blue">
<h1>heading</h1>
<p style="background-color: navy;"> hi adhi bvc kalva </p>
<p1 style="color:MediumSeaGreen;">hahahahahahahaha :);)</p1>
</div>
</body>
</html>