skip to main
|
skip to sidebar
Beranda
Contact Us
HTML
HTML Tutorial
PHP
PHP Tutorial
More Info
About Me
Tuesday, February 10, 2015
Html table
Posted by
Comon
,
at
9:11 PM
Contoh Html Table
<!DOCTYPE html>
<html>
<body>
<table style="width:100%">
<tr>
<td>w</td>
<td>Comon</td>
<td>C</td>
</tr>
<tr>
<td>w</td>
<td>Code</td>
<td>C</td>
</tr>
<tr>
<td>w</td>
<td>Igniter</td>
<td>I</td>
</tr>
</table>
</body>
</html>
0 comments to “Html table”
Post a Comment
Home
Subscribe to:
Post Comments (Atom)
Firman Herliansyah
Follow @Fir_ManTap
Popular posts
(no title)
Facebook Twitter
PHP Array
Contoh PHP Array <!DOCTYPE html> <html> <body> <h1> C C I </h1> <?php $buah = array("Pisang...
Cara ganti background foto dengan Cara online
Buka Disini untuk memulai di page tersebut terdapat gambar ini ,lalu kilk Klik Cutount Photo Klik Load Lalu pilih foto yang a...
Html styles
Contoh Html Styles <!DOCTYPE html> <html> <body> <h1> C C I </h1> <h1 style="color:blue"...
Html Tutorial
1. HTML Sederhana 2. HTML Alttributes 3. HTML Komentar 4. HTML Styles 5. HTML Links 6. HTML Image 7. HTML Table 8. HTML Lists...
PHP For Loops
Contoh PHP For Loops <!DOCTYPE html> <html> <body> <h1> C C I </h1> <?php for ($x = 0; $x <= 10; ...
Java Membalik Paragraf
Contoh Java Membalikan paragraf <!DOCTYPE html> <html> <head> <script> function myFunction() { document.ge...
PHP Switch
Contoh PHP Switch <!DOCTYPE html> <html> <body> <?php $favcolor = "red"; switch ($favcolor) { ...
PHP dan BOOTSTRAP Tutorial
1. PHP dan BOOTSTRAP Sederhana
Java sederhana
Contoh Java Sederhana <!DOCTYPE html> <html> <body> <h1>Apa yang bisa JavaScript Lakukan ?</h1> <h1...
Comon Codeigniter