Table (HTML): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 2:
[[Image:Css-table-layers-schema-3.png|noframe|right|Schema of CSS Table Layers.]]
 
{| border="1"
! Header Cell: Column 1 !! Header Cell: Column 2
|-
| Data Cell: Row2 Column1 || Data Cell: Row2 Column1
|-
| Data Cell: Row3 Column1 | Data Cell: Row3 Column1
|}
 
'''Table''' is a [[HTML]] tag for creating boxes on web pages and to display data in those boxes.