HTML Table 1.<table></table> -> the table element to create table. 2.<tr> </tr> -> tr is a table row, where table define in rows and coloumn. 3.<th></th> -> Th is the table heading tag which defines the heading of the table. 4.<td></td> -> td is the data tag, use to give data in table. 5.<thead></thead> ->Th is the table heading tag which defines the heading of the table. 6.<tbody></tbody> -> tbody is just define that table main contain is started from here. 7.<colspan> </colspan> -> It merges the 2 column and make it one. < tr > < th cols...
Know the daily code hack's for making coder's life easy.