starts the table. Every table tag needs a closing tag.
Within the table tags there are row and column tags, telling the computer where to place the line. inserts a row, and of course it needs a closing tag.
Within those, you also need to tell the machine to place a cell. and
Place as many cells as you want, just keep in mind that too many or inconsistent numbers of cells per row without a tag telling a tag to expand somewhere will create funny results.
Once you're done with the row, this would be where you want to close the row tag, so
And when you're done making rows, you would want to close the table tag. So a nice table might look like this:
(The indentation helps it to be easier to read, by the way!)
Yeah, I noticed. There used to be a default border on it. Now I had to add this to the table tag:
If you wanna learn more than that though, I suggest W3Schools as a learning resource, my class on web design back in 1st semester told me this was a standard.
(The comment has been removed)
Reply
(The comment has been removed)
Reply
(The comment has been removed)
Within the table tags there are row and column tags, telling the computer where to place the line.
inserts a row, and of course it needs a closing tag.
Within those, you also need to tell the machine to place a cell.
and
Place as many cells as you want, just keep in mind that too many or inconsistent numbers of cells per row without a tag telling a tag to expand somewhere will create funny results.
Once you're done with the row, this would be where you want to close the row tag, so
And when you're done making rows, you would want to close the table tag. So a nice table might look like this:
(The indentation helps it to be easier to read, by the way!)
Content
Content
Content
Content
And this is what said table would look like:
Content
Content
Content
Content
Reply
(The comment has been removed)
CellCell
And as stated above, a cell is each block. Like this, this is a single cell.
Cell
Reply
(The comment has been removed)
If you wanna learn more than that though, I suggest W3Schools as a learning resource, my class on web design back in 1st semester told me this was a standard.
Reply
Leave a comment