table cellspacing

snippet

<html>
<head></head>
<body>
Some text
<table cellspacing="0">
<tr><td>Row1, Column1</td><td>Row1, Column2</td></tr>
<tr><td>Row2, Column1</td><td>Row2, Column2</td></tr>
</table>
</body>
</html>

Output
Some text
Row1, Column1Row1, Column2
Row2, Column1Row2, Column2
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +