Home >Web Front-end >HTML Tutorial >Help! After the code formatting specification, there is a gap between the two TABLEs! _html/css_WEB-ITnose
Reset
table { border-collapse: collapse; border-spacing: 0; }
Thank you, only one person answered , points will be given to you.
It turns out to be the reason for img.
IMG
{
Border: None;
}
Add a vertical-align: top; there will be no gap.