Put this in the BODY of your HTML file: Displayed in a Web browser, it will look something like this:
<TABLE>
<CAPTION>The Stanley Cup Results.</CAPTION>
<TR><TH>Game</TH><TH>Red Wings</TH> <TH>Blackhawks</TH></TR>
<TR><TD>1</TD><TD>3</TD><TD>2</TD></TR>
<TR><TD>2</TD><TD>4</TD><TD>1</TD></TR>
<TR><TD>3</TD><TD>0</TD><TD>8</TD></TR>
<TR><TD>4</TD><TD>8</TD><TD>7</TD></TR>
<TR><TD>5</TD><TD>2</TD><TD>1</TD></TR>
</TABLE>
The Stanley Cup Results.
Game Red Wings Blackhawks
1 3 2
2 4 1
3 0 8
4 8 7
5 2 1

You can look at this example in a standalone file.

You can look at this same example dressed up a little bit or one that demonstrates column and row spanning or a more complex table or one with padding.

search Search · star Market
2023-06-19 · John December · Terms © johndecember.com