I'm a beginner at coding and working on this project for fun. I'm almost done, but I can't get rid of a white space that's dividing my header from the first section. See the screenshot below: https://i.stack.imgur.com/a1flt.png
Even after setting all element margins to 0,
* {
margin: 0;
}
The issue persists. The code snippet below shows how tables are used with inline CSS. Any help in resolving this problem would be greatly appreciated!
Here is the code:
table.t00 {
width: 640px;
margin: 0;
}
table.t00 th {
max-width: 630px;
max-height: 474px;
}
...
</body>