Jump to content

Create an HTML table: Difference between revisions

m
Line 1,375:
write "<th>" & c$
.
print "</tr>"
print "<tbody align=right>"
for r to 3
write "<tr><td>" & r
Line 1,388 ⟶ 1,387:
{{out}}
<table border=1>
<tr><th><th>X<th>Y<th>Z</tr>
<tr><td>31<td>17118<td>86151<td>129118
<tbody align=right>
<tr><td>12<td>65190<td>1197<td>15159
<tr><td>23<td>10761<td>195179<td>71127
<tr><td>3<td>171<td>86<td>129
</table>
 
2,043

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.