-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (47 loc) · 1.4 KB
/
index.html
File metadata and controls
51 lines (47 loc) · 1.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- Inline Styling -->
<!-- <h1 style="color: aqua; font-weight: 100; opacity: 0.5;">Hello</h1> -->
<!-- <h1> Daftar belanja: </h1>
List tanpa urutan UnOrdered List
<ul style="list-style: armenian;">
<li> Beras </li>
<li> Minyak goreng </li>
</ul>
<ul style="list-style: square;">
<li> Gula </li>
<li> Santan </li>
</ul>
<ul type="circle">
<li> Merica </li>
<li> Ikan </li>
</ul>
List dengan ururan Ordered List
<ol type="A">
<li>Lian</li>
<li>Bambang</li>
<li>Susilo</li>
</ol> -->
<!-- Description -->
<!-- <h1> Glosarium: </h1>
<dl>
<dt> Mikrokontroler </dt>
<dd> xyzxyzxyzxyzxyzxyz </dd>
<dt> Sensor </dt>
<dd> xyzxyzxyzxyzxyzxyz </dd>
<dt> Aktuator </dt>
<dd> xyzxyzxyzxyzxyzxyz </dd>
</dl> -->
<!-- Absolute Link & Relative Link-->
<!-- <a href="https://google.com">Google</a>
<a href="./Pages/dua.html">Halaman Kedua</a>
<img src="../../JC12/FrontEnd/clone-bits/forbes-logo.png" alt="imageLogo" height="300px" width="300px"> -->
<div style="height: 50vh; background-color: brown; width: 50vw;"></div>
</body>
</html>