Berikut ini adalah artikel kumpulan elemen Tag, Attribute, Property, serta Value yang sering digunakan dalam dokumen HTML.
Bagian wajib HTML, Html dasar :
Basic HTML
| Tag | Description |
| <!DOCTYPE> | Mendefinisikan sebuah tipe dokumen |
| <html> | Mendefinisikan sebagai dukemen html |
| <head> | Berisikan metadata/information untuk dokumen |
| <title> | Mendefinisikan titel untuk dokumen |
| <body> | Mendefinisikan sebuah badan dokumen |
| <!--...--> | Mendefinisikan sebuah komen |
| <h1> to <h6> | Mendefinisikan HTML headings |
| <p> | Mendefinisikan sebuah paragraf |
| <br> | Memberikan satu baris bawah |
| <hr> | Merubah horizontal suatu isi |
Kode HTML untuk list daftar, HTML List Tags :
HTML List Tags
| Tag | Description |
| <ul> | Defines an unordered list |
| <ol> | Defines an ordered list |
| <li> | Defines a list item |
| <dl> | Defines a description list |
| <dt> | Defines a term in a description list |
| <dd> | Describes the term in a description list |
Kode HTML untuk data tabel, HTML Table Tags :
HTML Table Tags
| Tag | Description |
| <table> | Defines a table |
| <caption> | Defines a table caption |
| <thead> | Groups the header content in a table |
| <tbody> | Groups the body content in a table |
| <th> | Defines a header cell in a table |
| <tr> | Defines a row in a table |
| <td> | Defines a cell in a table |
| <colgroup> | Specifies a group of one or more columns in a table for formatting |
| <col> | Specifies column properties for each column within a <colgroup> element |
| <tfoot> | Groups the footer content in a table |
Kode lain akan diperbarui nanti
Facebook
Google+
Pinterest