User:BZPN/sandbox2: Difference between revisions

Content added Content deleted
Tags: Mobile edit Mobile web edit Advanced mobile edit
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 30: Line 30:
Tables are a useful way to organize and present data in a structured format. To create a table in a Wikipedia article, follow these steps:
Tables are a useful way to organize and present data in a structured format. To create a table in a Wikipedia article, follow these steps:


# Start the table with the opening tag <code>{|</code>.
* Start the table with the opening tag <code>{|</code>.


#2 Define the structure of the table by adding rows and columns using the following format:
* Define the structure of the table by adding rows and columns using the following format:


{| class="wikitable"
{| class="wikitable"
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 class="wikitable" for a standard table or style="border: 1px solid black;" 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 (| and |-).


##### Close the table with the closing tag |}.
* Close the table with the closing tag |}.


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