Tables

163 0 0
                                    

Tables are very simple. The tags are

<table> </table>

<tr> (table row)

<td> cell info here </td>

In this section I will teach you how to make a table  were you can edit content trough the site. Here is the code. Try it out for yourself.

<body>

<table>

<tr>

<td> Cell 1</td>

<td> Cell 2 </td>

<td> Cell 3 </td>

</tr>

<tr>

<td> A1</td>

<td> A2 </td>

     <td> A3 </td>

</tr>

</table>

</body>

</html>

You've reached the end of published parts.

⏰ Last updated: Sep 17, 2014 ⏰

Add this story to your Library to get notified about new parts!

How to   code HTMLWhere stories live. Discover now