Anonymous

Changes

From Karnataka Open Educational Resources
237 bytes added ,  09:21, 7 July 2016
Line 123: Line 123:  
3. Inserting header for each table.
 
3. Inserting header for each table.
    +
Syntax :-
 +
<pre>
 +
{| class="wikitable" border="1"
 +
|+ '''Table Heading'''
 +
! header 1
 +
! header 2
 +
! header 3
 +
|-
 +
| row 1, cell 1
 +
| row 1, cell 2
 +
| row 1, cell 3
 +
|-
 +
| row 2, cell 1
 +
| row 2, cell 2
 +
| row 2, cell 3
 +
|}
 +
 +
</pre>
 +
 +
Will be see like :
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|+ '''Table Heading'''
 
|+ '''Table Heading'''