-
Notifications
You must be signed in to change notification settings - Fork 0
/
lab4.html
40 lines (38 loc) · 1.29 KB
/
lab4.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>lab4</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<h1>UOL</h1>
<h2>BSCS</h2>
<p class="foo">My name is Umer</p>
<p class="foo">My name is Umer</p>
<p class="foo">My name is Umer</p>
<p class="para">My name is Umer</p>
<p class="para">My name is Umer</p>
<div class="divs">
<p>The border-color property is used to set the color of the border.
The border-style property is used to set the style of border.
The border-width property is used to set .
The border property is used to set the width, style and color of the border in one declaration.
</p>
</div>
<div class="divs">
<p>The border-color property is used to set the color of the border.
The border-style property is used to set the style of border.
The border-width property is used to set .
The border property is used to set the width, style and color of the border in one declaration.
</p>
</div>
<div class="divs">
<p>The border-color property is used to set the color of the border.
The border-style property is used to set the style of border.
The border-width property is used to set .
The border property is used to set the width, style and color of the border in one declaration.
</p>
</div>
</body>
</html>