Postingan

Menampilkan postingan dari Januari, 2016

P.WEB KEGIATAN 6

Gambar
Coding: <!DOCTYPE html> <head> <title>Top index</title> </head> <body> <form id="form1" name="form1" method="post" action="">   <table width="800" height="542" border="1"   align="center">     <tr>      <td height="23" align="center" bordercolor="#FFFFFF" bgcolor="#FFFF00"><strong><font size="+5">Banner          / Judul</font></strong></td>     </tr>         <tr>       <td height="457" align="center" bgcolor="#CCCCCC">          <p>Body atau contents(isi)</p>         <p><font color="#006600">Body atau contents(isi)</font></p>         <p><font color="#CC0000">Body atau contents(isi)</font></p>         <p><font color=

P.WEB Kegiatan 5

Gambar
saya akan mshare lagi nih Contoh Coding tabel :  Top Index <!DOCTYPE html> <head> <title>Top index</title> </head> <body> <form id="form1" name="form1" method="post" action=""> <table width="800" height="542" 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="#00660

Table in Table

Gambar
Okeh saya disini akan membagikan contoh coding dan hasilnya.  silahkan dicicipi gan <html> <head>  <title>Table In Table</title> </head> <body>  <table cellpadding="5" align="center" bgcolor="red" width="800px" cellspacing="5">   <tr><td><b>table > tr > td    <table width="100%" cellspacing="5" cellpadding="5"><tr><td  valign="top" bgcolor="orange" height="50px"><b>table > tr > td</td></tr></table>    <table width="100%"  cellspacing="5" cellpadding="5"><tr><td  valign="top" bgcolor="orange" height="80px"><b>table > tr > td</td></tr></table>    <table width="100%" cellspacing="5" cellpadding="5"><tr><td 

TUGAS P.WEB HTML TABEL BERSARANG

Gambar
Tugas Pemograman Web Pada kesempatan kali ini saya akan mposting/membagikan tentang coding html <html> <head> </head> <body>     <table border="1" cellpadding="5"> <caption>Online Order</caption> <tr>    <th>Description</th> <th>Qty</th> <th align="right">Price</th> <th>Email Account Note</th> </tr>     <tr>         <td>Email Account</td>         <td align="right">10</td>         <td align="right">$9.90</td>         <td rowspan="5"> <table border="1">    <tr><td>Mailbox</td><td>10GB</tb></tr> <tr><td>Webmail</td><td>Yes</tb></tr> <tr><td>POP3</td><td>Yes</tb></tr> <tr