HTML Daftar Cepat
Dokumen Dasar HTML
<html>
<head>
<title> Judul dokumen goes here </ title>
</ head>
teks Terlihat goes here ...
</ body>
Dasar Tags
<h1> Pos Terbesar </ h1><h2>. . . </ H2>
<h3>. . . </ H3>
<h4>. . . </ H4>
<h5>. . . </ H5>
<h6> Terkecil Pos </ h6> <p> Ini adalah paragraf </ p>. <br> (line break) <hr> (horizontal rule) <- Ini adalah komentar ->
Memformat
<b> teks Bold </ b><code> kode Komputer </ code>
<em> text Ditekankan </ em>
<i> Miring text </ i>
<kbd> masukan Keyboard </ kbd>
<pre> Teks terformat </ pre>
<small> teks kecil </ small>
<strong> teks Penting </ strong> <abbr> (singkatan) <address> (informasi kontak) <bdo> (arah teks) <blockquote> (bagian dikutip dari sumber lain) <cite> (judul karya) <del> (teks yang dihapus) <ins> (teks dimasukkan) <sub> (subscript teks) <sup> (teks superscripted)
Links
Link biasa: <a href="http://www.example.com/"> Link-text goes here </ a>Gambar-link: <a href="http://www.example.com/"> <img src="url" alt="Alternate Text"> </ a>
Mailto link: <a href="mailto:webmaster@example.com"> Kirim e-mail </ a>
<a id="tips"> Tips Section </ a>
<a href="#tips"> Langsung ke Bagian Tips </ a>
Images
<img src="url" alt="Alternate Text" height="42" width="42">Styles / Bagian
<style type="text/css">h1 {color: red;}
p {color: blue;}
</ style> <div> Bagian blok-tingkat dalam dokumen </ div> <span> Sebuah bagian inline di dokumen </ span>
Unordered list
<ul>Barang <li> </ li>
Barang <li> </ li>
</ ul>
Daftar Memerintahkan
<ol><li> Item pertama </ li>
<li> Pokok kedua </ li>
</ ol>
Daftar definisi
<dl><dt> Butir 1 </ dt>
<dd> Jelaskan angka 1 </ dd>
<dt> Butir 2 </ dt>
<dd> Jelaskan angka 2 </ dd>
</ dl>
Tabel
<tr>
<th> header tabel </ th>
<th> header tabel </ th>
</ tr>
<tr>
<td> data tabel </ td>
<td> tabel data </ td>
</ tr>
</ table>
Iframe
Formulir
<form action="demo_form.asp" method="post/get"><input type="password">
<input type="checkbox" checked="checked">
<input type = "radio "diperiksa =" diperiksa ">
<input type="submit" value="Send">
<input type="reset">
<input type="hidden">
<select>
<option> Apel </ option>
<option yang dipilih = "dipilih"> Pisang </ option>
<option> Cherries </ option>
</ select>
Entitas
<Sama dengan <> sama>
© adalah sama dengan ©