This file contains hidden or 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
| [ | |
| { | |
| "nama": "<a>", | |
| "kategori": "Teks & Navigasi", | |
| "fungsi": "Digunakan untuk membuat hyperlink (tautan) ke halaman lain atau bagian lain dari dokumen.", | |
| "isBerpasangan": true, | |
| "contohKode": "<a href=\"https://google.com\">Kunjungi Google</a>", | |
| "atribut": { | |
| "href": "Menentukan URL tujuan tautan.", | |
| "target": "Menentukan tempat membuka tautan (misal: _blank untuk tab baru)." |