Creating Tables in HTML

–>To draw a table in HTML use <table> tag
–>Attributes in table tag are:<table border=”3″ align=”center” width=”50%”>
–><caption> this tag is used for caption for the table.
–><tr> table row
–><th> table header
–><td> table data

Example to explain above

creating tables(1)

Output:

creating tables output(1)

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a comment