You need to know the structure of the HTML
When you have let's make:
But you have to know it first function code
Table border: To provide a line on TABLE
Example: <table border = "1"> The line thickness Means 1
<tr>: is the code line, and closed with </ tr> or read slash tr
<td>: is the code for the column, and closed with </ td> or slash td
and do not forget when it made the table given the code </ table> or slash table, so that the code is not an error
<html> <head> <title> Asep-IG </ title> </ head> <body> <table border = "1"> <tr> <td> A </ td> // this is a column to a row the second <td> and </ td> // this is the column into two rows to one </ tr> <tr> <td> C </ td> // this is the first column to the second row <td> D </ td > // And this is the second column of the second row </ tr> </ table> </ body>
</ html>
yes so do not forget to comment
How to create a table with HTML
4/
5
Oleh
Unknown
