What is colspan Attribute in HTML?
HTML, HTML Attributes 0 CommentsThe colspan Attribute in HTML is simply to define how many numbers of columns a cell should take/span in a table. Basically using colspan attribute in HTML tables you are merging the multiple cells. AS MDN docs say: The default value of colspan is 1 and the value must be in non-negative integer. The limitation