RosettaCodeData/Task/Create-an-HTML-table/00DESCRIPTION

8 lines
515 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
Create an HTML table.
* The table body should have at least three rows of three columns.
* Each of these three columns should be labelled "X", "Y", and "Z".
* An extra column should be added at either the extreme left or the extreme right of the table that has no heading, but is filled with sequential row numbers.
* The rows of the "X", "Y", and "Z" columns should be filled with random or sequential integers having 4 digits or less.
* The numbers should be aligned in the same fashion for all columns.
2016-12-05 22:15:40 +01:00
<br><br>