CSV to HTML translation: Difference between revisions

m
→‎{{header|Seed7}}: lang tag is html5 to show HTML source rather thn pre.
(Add Seed7 example)
m (→‎{{header|Seed7}}: lang tag is html5 to show HTML source rather thn pre.)
Line 2,297:
 
Output:
<lang html5>
<pre>
<table>
<tr><th>Character</th><th>Speech</th></tr>
Line 2,307:
<tr><td></td></tr>
</table>
</prelang>
 
Output viewed with a browser:
Anonymous user