The table is a way to display the information in the form of a cell consisting of rows and columns . Tables are created using the <table >. A table is divided into rows , and each row is divided into cells . Line is made with the < tr>, and cells that will form the columns are made with the < td>. In the context of HTML , the table has a very important role . Besides being used to display a table containing the data , tables are also used to compose text in a column , or make other structured reports 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" ...
Komentar
Posting Komentar