-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss2.html
More file actions
21 lines (19 loc) · 779 Bytes
/
Copy pathcss2.html
File metadata and controls
21 lines (19 loc) · 779 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>tugas 2</title>
</head>
<body>
<h1><div style="color:rgb(4, 182, 4);">Contoh Texs Warna</div></h1>
<br>
<b><div style="color:rgb(36, 0, 238); text-align: right; ">Contoh Texs Alignmen</div></b>
<br>
<b><div style="color:rgb(31, 4, 182); text-decoration: underline; font-size: small;">Contoh Texs Decoration</div></b>
<br>
<b><div style="color:rgb(27, 2, 255); text-shadow: 3px 3px 3px red; font-size:x-small; ">Contoh Texs Shadow</div></b>
<br>
<div style="color: blue; text-transform: capitalize; font-size:small ;">CONTOH TEXT TRANSFORM</div>
</body>
</html>