The next three (3) questions use the table HTML code from ab…
The next three (3) questions use the table HTML code from above, together with CSS code shown below: table { width: 70%; border-collapse: collapse; color: black; background: lightgray; margin: 2em auto; }table td { text-align: center; }table th, td { border: 1px solid black; }
Read Details