Postingan

TUGAS 9

Gambar
<html> <head>     <title>Tugas 9</title> </head> <body> <table border=1>     <tr><td bgcolor="Lime" align=center width=250px height=170px><b>We</td>         <td bgcolor="pink" align=center width=250px height=170px><h1><i>Are</td></tr>             <tr><td bgcolor="Lightblue" align=center width=250px height=170px><h1><i>Chelsea</td>         <td bgcolor="brown" align=center width=250px height=170px><b>Fc</td></tr>     <tr><td bgcolor="blue" colspan=2 align=center width=170px height=100px><b>#KTBFFH</td></tr> </table> </body> </html>

Tugas 8

Gambar
<html> <head>     <title>Layout Split</title> </head> <body>     <table border=1 width=720px height=400px>     <tr><td bgcolor="#2E8B57" rowspan=2 align=center>Daftar isi</td>     <td bgcolor="#8B4513" align=center><h3>Judul</h3></td>     <td bgcolor="#ADFF2F" rowspan=2 align=center>Daftar isi</td></tr>     <tr><td bgcolor="#f1f1f1" align=center>     <p>Body atau contents(isi)</p>         <p><font color="yellow">Body atau contents(isi)</font></p>         <p><font color="yellow">Body atau contents(isi)</font></p>         <p><font color="yellow">Body atau contents(isi)</font></p>  ...

Tugas 7

Gambar
<html> <head> <title>Tugas 7</title> </head> <body> <form id="form1" name="form1" method="post" action="">   <table width="800" height="447" border="1" align="center" cellspacing="1">     <tr>       <th width="160" rowspan="3" valign="top" bgcolor="red">       <p>Home</p>       <p>Profile</p>       <p>About Us</p>       <p>Blog</p>       <p>Contact Us</p></th>       <th width="627" height="23" align="center" bgcolor="blue"><strong><font color="orange" size="+4">Play Store</font></strong></th>     </tr>     <tr>       <td height="176" align="center" valign="top" bgcolo...
Gambar
TUGAS 1 <html> <head> <title>gambar</title> </head> <body> <h3><b>MENGGABUNGKAN GAMBAR DALAM TEKS, POSISI TERHADAP TEKS SECARA VERTIKAL</H3> <p><img src="bima1.PNG" align="top">Bima Ok</p> <p><img src="bima1.PNG" align="middle">Bima ACC</p> <p><img src="bima1.PNG" align="bottom">Bima Centro</p> </body> </html> Contoh Gambar TUGAS 2 <html> <head> <title>gambar</title> <h2><h>MENGGABUNGKAN GAMBAR DALAM TEKS, POSISI TERHADAP TEKS SECARA HORISONTAL</H2> </head> <body> <img src="bimaa.PNG" align="top" align<big>Bima</P> <img src="bimaa.PNG" align="right" align="bottom" align="right"><big>M.Abimayuikhsan</P> </body> </html...

contoh coding web

Gambar
Layout halaman web Top Index <!DOCTYPE html> <head> <title>top Index</title> </head> <body> <form id="form1" name="form1"method="post"action""> <table width="800"height="532"border="1"align="center"> <tr> <td height="23"align="center"bordercolor="#ffffff"bgcolor="#ffff00"><strong><font size="+5">banner atau iklan</font></strong></td> </tr> <tr> <td height="27"align="center"bgcolor="#ffcccc"><font color="#ff0000">daftar isi atau navigasi</font></td> </tr> <tr> <td height="457"align="center"bgcolor="#ff66cc"><p>Body atau contents(isi)</p> <p><font color="#006600">body atau conten...

Coding Tabel Bersarang

Gambar
Ini merupakan cara membuat CODING Table Bersarang (tabel di dalam tabel) <head> <title>TUGAS</title> </head> <body> <table align="center" width=45% height=25% border="5"> <caption>online order</caption> <tr> <th align="center">Desecription</th> <th align="center">Qty</th> <th align="center">price</th> <th align="center">Email Account Note</th> </tr> <tr> <td align="center">Email account</th> <td>10</td> <td>$10.90</td> <td rowspan="5"><table border=1> <tr> <td>Maillbox</td> <td>50GB</td> </tr> <tr> <td>POP5</td> <td>yes</td> </tr> <td>IMAP</td> <td>yes</td> </tr> <tr> <td>An...

Cara membuat HTML

Gambar
Cara membuat html coding rowspan dan colspan <html> <head> <title>tabel</title> </head> <h1>berikut contoh tabel dengan rowspan dan cosplan</h1> <table width=80% border=1 cellpadding=0> <tr> <td>baris 1 kolom 1</td> <td>baris 1 kolom 2</td> </tr> <tr> <td colspan=2>baris 2 kolom 1</td> <tr> <td>baris 3 kolom 1</td> <td>baris 3 kolom 2</td> </tr> </table> </body> </html> Hasil