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
|<
<tr>
<td>data</td>
<td>data</td>
</tr>
</table></
|2=<table border=1>
<tr>
|