Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
TABLE in TABLE of HTML 4
1887 Views
Usage 
Table tag is used to create table with N number of columns and rows.

Cell padding is used to set space between table and content.

Cell spacing is used to set space between cells.

Frame is used to define which side border should be visible.

width is used to define width of the table.
Example
<html>
<body>

<table cellpadding="10" cellspacing="10" frame="above" width="10">
  <tr>
    <th>Week</th>
    <th>day</th>
  </tr>
  <tr>
    <td>1</td>
    <td>monday</td>
  </tr>
  <tr>
    <td>2</td>
    <td>tuesday</td>
  </tr>
</table>

</body>
</html>
Output 
Week day
1 monday
2 tuesday

Next Topics
Next lessons of current book.
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
Previous Topics
Previous lessons of current book.
LIST of HTML 4
LIST of HTML 4
LIST of HTML 4
LIST of HTML 4
LIST of HTML 4
Best Lessons of "HTML 4"
Top lessons which are viewed more times.
TEXT FONT STYLE of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
Sub Lessons
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details