Create an HTML table: Difference between revisions

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

edits