Help:HTML in wikitext: Difference between revisions

Content deleted Content added
ol, ul, li: <syntaxhighlight>
table, td, tr: syntaxhighlight lang="html"
Line 681:
{{tag|table}} defines a table.
 
* {{tag|tr}} defines a table row.
* {{tag|td}} defines a data cell with contents that may include text, links, images, lists, forms, other tables, etc.
 
{{tag|td}} defines a data cell with contents that may include text, links, images, lists, forms, other tables, etc.
 
{{markup
|<nowikisyntaxhighlight lang="html"><table border=1>
<tr>
<td>data</td>
<td>data</td>
</tr>
</table></nowikisyntaxhighlight>
|2=<table border=1>
<tr>