Help:HTML in wikitext: Difference between revisions

Content deleted Content added
table, td, tr: syntaxhighlight lang="html"
th: syntaxhighlight lang="html"
Line 710:
 
{{markup
|<nowikisyntaxhighlight lang="html"><table border="1">
<tr>
<th>Header</th>
Line 719:
<td>data</td>
</tr>
</table></nowikisyntaxhighlight>
|2=<table border="1">
<tr>