ADDING TABLE IN HTML
TABLE IN HTML.
- We can create a Table in html and can list many items in a systematic way which looks good and neat whenever some one visits your page.
- there are few important tags in creation of a table.
- let us analyse them
- <table border="1"> through this tag we can set the border thickness,style and all...
- <tr> this specifies table row.
- </tr> closing table row.
- <th> table head it specifies the top heading of an item list.
- </th> closes the table head.
lets see an example
CODE
OUTPUT
Comments
Post a Comment
If you have any doubts let me know in comments