Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Create-an-HTML-table/XPL0/create-an-html-table.xpl0
Normal file
9
Task/Create-an-HTML-table/XPL0/create-an-html-table.xpl0
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
include xpllib;
|
||||
int I;
|
||||
[Print("<table style=^"text-align:center; border: 1px solid^"><th></th>");
|
||||
Print("<th>X</th><th>Y</th><th>Z</th>");
|
||||
for I:= 0 to 4-1 do
|
||||
Print("<tr><th>%d</th><td>%d</td><td>%d</td><td>%d</td></tr>", I,
|
||||
Ran(10000), Ran(10000), Ran(10000));
|
||||
Print("</table>");
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue