This time I will be a little story about how to create a table in HTML. Tables in the website is widely used to present information that consists of rows and columns that appear neater and easier to understand.
With a simple HTML code we can create a static table, information that appears from the data that is written in simple HTML code. In web design, the table also can make you look more beautiful and neat. In html table starts with the <table> and end tag </ table>, then follow with the <tr> (table rows) is to create a new row in the table and then the <td> (table data) is as a data displayed. Nesting tables (nested tables) can also be created in HTML. Here is a sample code in html create a simple table:
With a simple HTML code we can create a static table, information that appears from the data that is written in simple HTML code. In web design, the table also can make you look more beautiful and neat. In html table starts with the <table> and end tag </ table>, then follow with the <tr> (table rows) is to create a new row in the table and then the <td> (table data) is as a data displayed. Nesting tables (nested tables) can also be created in HTML. Here is a sample code in html create a simple table:
it will have result :
For more concern : download
0 comments:
Post a Comment