Create an HTML table: Difference between revisions

Content added Content deleted
(→‎{{header|Factor}}: make it actually use random values)
m (→‎{{header|Factor}}: change output style)
Line 1,391: Line 1,391:
[ simple-table. ] with-html-writer pprint-xml</lang>
[ simple-table. ] with-html-writer pprint-xml</lang>
{{out}}
{{out}}
<lang html5><table style="display: inline-table; border-collapse: collapse;">
<pre style="height:60ex">
<table style="display: inline-table; border-collapse: collapse;">
<tr>
<tr>
<td valign="top" style="border: 1px solid #cccccc; padding: 2px; ">
<td valign="top" style="border: 1px solid #cccccc; padding: 2px; ">
Line 1,473: Line 1,472:
</tr>
</tr>
</table>
</table>
<br/>
<br/></lang>
</pre>


=={{header|Forth}}==
=={{header|Forth}}==