User:BZPN/sandbox2: Difference between revisions

Content added Content deleted
m (added Category:Test pages using HotCat)
Tags: Mobile edit Mobile web edit Advanced mobile edit
No edit summary
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 46: Line 46:
|}
|}


* Customize the appearance of the table by adding attributes to the opening tag, such as class="wikitable" for a standard table or style="border: 1px solid black;" to add a border.
* Customize the appearance of the table by adding attributes to the opening tag, such as <code>class="wikitable"</code> for a standard table or <code>style="border: 1px solid black;"</code> to add a border.


* Add content to the cells by inserting text or other elements between the table row and column tags (| and |-).
* Add content to the cells by inserting text or other elements between the table row and column tags <code>(|</code> and <code>|-)</code>.


* Close the table with the closing tag |}.
* Close the table with the closing tag <code>|}</code>.


'''Here's an example of a simple table:'''
'''Here's an example of a simple table:'''