Could anyone clarify a discrepancy in the material provided here: w3schools.com code example
According to the code :
th,td
{
padding:5px;
}
Also, based on their explanation here: http://www.w3schools.com/cssref/pr_padding.asp
The explanation states that padding:10px means all four paddings are 10px
However, why does the live code show 20-22px from the left and right for TH elements?