So I’ve been taking notes to make me understand coding easier. The problem is that code academy didn’t really explain what the border attribute is. One example is…
Table Time <table border="1px">
<tr>
<td>One</td>
</tr>
<td> two </td>
<tr>
<td> three </td>
</tr>
<tr>
</tr>
</table>
</body>
If you look right after the tag, you'll see it say