pengunaan inputan yang biasa di gunakan saat pembuatan program berbasis wab seperti berikut :
<p>input text <input type="text" name=" " value=" "/>
<p>input tanggal <input type="date" name=" " value=" " />
<p>input jam <input type="time" name=" " value=" " />
<p>input file <input type="file" name=" " value=" " />
<p>input pencarian <input type="search" name=" " value=" " />
<p>input reset <input type="reset" name=" " value="reset" />
<p>button <input type="button" value="button">
<p>submit <input type="submit" value="submit">
<p>pilih checkbox <input type="checkbox" >laki2<input type="checkbox" >perempuan
<p>pilih radio <input type="radio" >laki2<input type="radio" >perempuan
pengunaan table yang biasa di gunakan saat pembuatan program berbasis wab seperti berikut :
<table width="200" border="1">
<tr>
<th scope="row">nama</th>
<td>nim</td>
<td>kesal</td>
<td>sekolah</td>
</tr>
<tr>
<th scope="row">santoso</th>
<td>31164</td>
<td>4</td>
<td>SD</td>
</tr>
<tr>
<th scope="row">sawali</th>
<td>31165</td>
<td>4</td>
<td>SD</td>
</tr>
</table>
selamat mencoba dan semoga haffal
<p>input text <input type="text" name=" " value=" "/>
<p>input tanggal <input type="date" name=" " value=" " />
<p>input jam <input type="time" name=" " value=" " />
<p>input file <input type="file" name=" " value=" " />
<p>input pencarian <input type="search" name=" " value=" " />
<p>input reset <input type="reset" name=" " value="reset" />
<p>button <input type="button" value="button">
<p>submit <input type="submit" value="submit">
<p>pilih checkbox <input type="checkbox" >laki2<input type="checkbox" >perempuan
<p>pilih radio <input type="radio" >laki2<input type="radio" >perempuan
pengunaan table yang biasa di gunakan saat pembuatan program berbasis wab seperti berikut :
<tr>
<th scope="row">nama</th>
<td>nim</td>
<td>kesal</td>
<td>sekolah</td>
</tr>
<tr>
<th scope="row">santoso</th>
<td>31164</td>
<td>4</td>
<td>SD</td>
</tr>
<tr>
<th scope="row">sawali</th>
<td>31165</td>
<td>4</td>
<td>SD</td>
</tr>
</table>
selamat mencoba dan semoga haffal
Komentar
Posting Komentar