-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 7602818
Showing
50 changed files
with
987 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
{ | ||
"configurations": [ | ||
{ | ||
"type": "java", | ||
"name": "Attach", | ||
"request": "attach", | ||
"hostName": "localhost", | ||
"port": "<debug port of the debuggee>" | ||
}, | ||
{ | ||
"type": "pwa-msedge", | ||
"name": "Launch Microsoft Edge", | ||
"request": "launch", | ||
"runtimeArgs": [ | ||
"--remote-debugging-port=9222" | ||
], | ||
"url": "c:\\Users\\Alif\\.vscode\\extensions\\ms-edgedevtools.vscode-edge-devtools-2.1.3\\out\\startpage\\index.html", | ||
"presentation": { | ||
"hidden": true | ||
} | ||
}, | ||
{ | ||
"type": "pwa-msedge", | ||
"name": "Launch Microsoft Edge in headless mode", | ||
"request": "launch", | ||
"runtimeArgs": [ | ||
"--headless", | ||
"--remote-debugging-port=9222" | ||
], | ||
"url": "c:\\Users\\Alif\\.vscode\\extensions\\ms-edgedevtools.vscode-edge-devtools-2.1.3\\out\\startpage\\index.html", | ||
"presentation": { | ||
"hidden": true | ||
} | ||
}, | ||
{ | ||
"type": "vscode-edge-devtools.debug", | ||
"name": "Open Edge DevTools", | ||
"request": "attach", | ||
"url": "c:\\Users\\Alif\\.vscode\\extensions\\ms-edgedevtools.vscode-edge-devtools-2.1.3\\out\\startpage\\index.html", | ||
"presentation": { | ||
"hidden": true | ||
} | ||
}, | ||
{ | ||
"type": "msedge", | ||
"name": "http://127.0.0.1:3000/tesssss.html", | ||
"request": "launch", | ||
"url": "http://127.0.0.1:3000/tesssss.html" | ||
} | ||
], | ||
"compounds": [ | ||
{ | ||
"name": "Launch Edge Headless and attach DevTools", | ||
"configurations": [ | ||
"Launch Microsoft Edge in headless mode", | ||
"Open Edge DevTools" | ||
] | ||
}, | ||
{ | ||
"name": "Launch Edge and attach DevTools", | ||
"configurations": [ | ||
"Launch Microsoft Edge", | ||
"Open Edge DevTools" | ||
] | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body> | ||
<img src="face.jpeg" alt="face"> | ||
<p>Klik <a href="latihan19.html">disini</a> untuk kembali ke menu</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body> | ||
<img src="foot.jpeg" alt="foot"> | ||
<p>Klik <a href="latihan19.html">disini</a> untuk kembali ke menu</p> | ||
</body> | ||
</html> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body> | ||
<img src="hand.jpeg" alt="hand"> | ||
<p>Klik <a href="latihan19.html">disini</a> untuk kembali ke menu</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body> | ||
<img src="head.jpeg" alt="head"> | ||
<p>Klik <a href="latihan19.html">disini</a> untuk kembali ke menu</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<html> | ||
<head> | ||
<title>Honda</title> | ||
</head> | ||
<body> | ||
<h1> | ||
<center> | ||
MOBIL HONDA<br> | ||
<img src="logohonda.png" width="40%"> | ||
</center> | ||
</h1> | ||
<table border="1" style="margin-left: auto;margin-right: auto;"> | ||
<tr> | ||
<th> | ||
<center> | ||
MEREK MOBIL | ||
</center> | ||
</th> | ||
<th> | ||
<center> | ||
SPESIFIKASI | ||
</center> | ||
</th> | ||
</tr> | ||
<tr> | ||
<td>BRIO</td> | ||
<td> | ||
<ul> | ||
<li>Tipe Mobil : Hatchback</li> | ||
<li>Transmisi : Manual,Automatic</li> | ||
<li>Kapasitas Mesin : 1199 Cc</li> | ||
<li>Bahan Bakar : Bensin</li> | ||
<li>Kapasitas Penumpang : 5 Kursi</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</table> | ||
<h3> | ||
<center> | ||
Tekan <a href="latihan20.html">disini</a> untuk kembali ke menu | ||
</center> | ||
</h3> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body> | ||
<h1 style="color: red;text-align: center;">SIKAMPRET</h1> | ||
<hr> | ||
<p style="text-align: center;">Kala aku <s>bersemedi</s> di pojok <b style="background-color: green;color: white;">kamar mandi</b> | ||
<br>Kau selalu <b><u>datang menghampiri</u></b> | ||
<br><mark>Entah apa yang kau cari</mark> | ||
<br>Kau buat <i>bulu kudukku</i> berdiri | ||
</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<html> | ||
<head> | ||
<title>Belajar Membuat Tabel HTML</title> | ||
</head> | ||
<body> | ||
<center>DAFTAR PELAJARAN KELAS XI-RPL1</center> | ||
<br> | ||
<table border="1" cellpadding="10" style="margin-left: auto;margin-right: auto;"> | ||
<thead> | ||
<tr style="background-color: grey;color: antiquewhite;"> | ||
<td>Nama Pelajaran</td> | ||
<td>Jam Pelajaran</td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<ol> | ||
<li>PKN</li> | ||
<li>PWM</li> | ||
<li>PJOK</li> | ||
</ol> | ||
</td> | ||
<td> | ||
<ol> | ||
<li>07.00-08.00</li> | ||
<li>11.10-14.10</li> | ||
<li>10.10-11.10</li> | ||
</ol> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body> | ||
<table border="1" cellpadding="10"> | ||
<tr style="text-align: left;"> | ||
<th bgcolor="green">Sisip OL</th> | ||
<th bgcolor="yellow">Sisip UL</th> | ||
</tr> | ||
<tr> | ||
<td> | ||
<ol> | ||
<li>Head</li> | ||
<li>Eye</li> | ||
<li>Ear</li> | ||
<li>Arm</li> | ||
<li>Hand</li> | ||
<li>Leg</li> | ||
<li>EyeBrow</li> | ||
<li>Nose</li> | ||
<li>Lip</li> | ||
<li>Tongue</li> | ||
<li>Food</li> | ||
</ol> | ||
</td> | ||
<td> | ||
<ul> | ||
<li>Eye</li> | ||
<li>Ear</li> | ||
<li>Arm</li> | ||
<li>Hand</li> | ||
<li>Leg</li> | ||
<li>EyeBrow</li> | ||
<li>Nose</li> | ||
<li>Lip</li> | ||
<li>Tongue</li> | ||
<li>Food</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<html> | ||
<head>6hj | ||
<title></title> | ||
</head> | ||
<body> | ||
<table border="1" cellpadding="10"> | ||
<thead> | ||
<tr> | ||
<td>Country</td> | ||
<td>Flag</td> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>INDONESIA</td> | ||
<td bgcolor="000000"> | ||
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOgAAAB9CAMAAACf3N+6AAAADFBMVEX////iIxntqafdAADr82XsAAAAdElEQVR4nO3PgQ2AMAzAsA7+/5kvhpTaFyRzlpi/A24xWmO0xmiN0RqjNUZrjNYYrTFaY7TGaI3RGqM1RmuM1hitMVpjtMZojdEaozVGa4zWGK0xWmO0xmiN0RqjNXtG3yXmWWIAAAAAAAAAAAAAAAAAgOU+ja070auz5+kAAAAASUVORK5CYII=" alt="INDONESIA" height="100" width="200"> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>POLANDIA</td> | ||
<td bgcolor="000000"> | ||
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAL0AAAB+CAMAAABGdeAYAAAADFBMVEX/////AAD/5ub/Q0OLnrFQAAAAZ0lEQVR4nO3OAQ2AABADsQf8e0bGZUmroHcAAAAAAAAAAAAAAMx4l9237J5l9h37jn3HvmPfse/Yd+w79h37jn3HvmPfse/Yd+w79h37jn3HvmPfse/Yd+w79h37jn3HvmPfse9s738e5TF4fHwR1wAAAABJRU5ErkJggg==" alt="POLANDIA" height="100" width="200"> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
<html> | ||
<head> | ||
<title>Belajar gabungkan row dan col tabel</title> | ||
</head> | ||
<body> | ||
<table cellpadding="10" border="1"> | ||
<thead> | ||
<tr> | ||
<th rowspan="2" bgcolor="pink">Bulan</th> | ||
<th colspan="2" bgcolor="agua">Hasil Panen</th> | ||
</tr> | ||
<tr> | ||
<th bgcolor="blue">Padi</th> | ||
<th bgcolor="light blue">Kacang</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Januari</td> | ||
<td>500 kg</td> | ||
<td>231 kg</td> | ||
</tr> | ||
<tr> | ||
<td>Februari</td> | ||
<td>510 kg</td> | ||
<td>249 kg</td> | ||
</tr> | ||
<tr> | ||
<td>Maret</td> | ||
<td>470 kg</td> | ||
<td>330 kg</td> | ||
</tr> | ||
tr | ||
</tbody> | ||
</table> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<html> | ||
<head> | ||
<title></title> | ||
</head> | ||
<body style="font-family: Arial;"> | ||
<table border="1" cellpadding="10"> | ||
<thead> | ||
<tr> | ||
<th align="center" bgcolor="yellow" colspan="3">Produk Unggulan</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td rowspan="4"> | ||
<img src="karunguang.png" alt="uang"> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td>Nama</td> | ||
<td>Benih Kode</td> | ||
</tr> | ||
<tr> | ||
<td>Harga</td> | ||
<td>Rp 192.000</td> | ||
</tr> | ||
<tr> | ||
<td>Fitur</td> | ||
<td> | ||
<ul> | ||
<li>Dilengkapi Dokumentasi</li> | ||
<li>Ukuran: 31MB</li> | ||
<li>Masa Tanam: 6 Bulan</li> | ||
<li>Lisensi: MIT</li> | ||
</ul> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</body> | ||
</html> |
Oops, something went wrong.