What
are highlighted in the image on the left, are the opening
and closing tags for a Table Row.
<tr> is
the opening tag
</tr> is
the closing tag
Notice
that they are located between the opening and closing
tags that define our table.
You'll
want to decide how many rows you'd like your table to have.
Type one set of row tags, to create a row, then highlight the
tags and copy/paste so that you have a set of tags for each
row
you would
like in your table.
My
table has three rows.
Save. |