–>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
Output:

