Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
COL in TABLE of HTML 4
2037 Views
Usage 
The COL tag is used to specify column property for groups.
Example
<html>
<body>

<table border="1">
<colgroup >
    <col span="2" width="200" align="left" style="background-color:orange">
    <col width="400" align="middle" style="background-color:yellow">
  </colgroup>
  <tr>
    <th>Week</th>
    <th>day</th>
    <th>price</th>
  </tr>
  <tr>
    <td>1</td>
    <td>monday</td>
    <td>56</td>
  </tr>
  <tr>
    <td>2</td>
    <td>tuesday</td>
    <td>5</td>
  </tr>
</table>

</body>
</html>
Example 
Week day price
1 monday 56
2 tuesday 5
Next Topics
Next lessons of current book.
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
Previous Topics
Previous lessons of current book.
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE of HTML 4
TABLE 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
  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