Panduan Praktis HTML
Tampilan
Tabel
[sunting]| Kode HTML | Keterangan |
|---|---|
| <table>
</table> |
Tabel |
| <tr>
</tr> |
Baris |
| <td>
</td> |
Kolom |
Form
[sunting]Perbandingan kode form HTML dan kontrol Gambas:
| Kode Form HTML | Kontrol Gambas |
|---|---|
| <input type="text"> | TextBox |
| <input type="number"> | SpinBox |
| <input type="checkbox"> | CheckBox |
| <input type="radio"> | RadioButton |
| <input type="button"> | Button |
| <input type="image"> | ToolButton |
| <select>
</select> |
ComboBox |
| <textarea>
</textarea> |
TextEdit |
| <img> | PictureBox |
| <div class="tabs">
<div class="tab-content"> </div> </div> |
TabStrip |
