As a programmer if we want to specify the border,then we have to make use of border property.
It consists of three important values,
Border property in CSS is basically applied for all the four sides but it can also be applied for particular side by using below CSS properties,
To change the individual value of border then use the following properties,
Note : If any of the above value is made as '0px' then border does not appear on the browser.
Border-Collapse : This property is used to merge the multiple borders into one border.It takes value as collapse .
Colspan attribute is used to combine the columns of the table.Programmers can use colspan with 'td' and 'th' tags only.
'th' tag stands for table heading.it is used to give bold and center effect for the table content.