'abbr' Example : abbr : Table JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Table » abbr »

 

'abbr' Example



    
<html>
<head>
<script language="JavaScript">
function function1() {
    document.all.myTableHeader.abbr = "Abbreviation";
}
</script>
</head>
<body onLoad="function1();">
<table width="428">
    <th id="myTableHeader" colspan="2">This is the table heading </th>
    <tr>
        <td> Cell content </td>
        <td> Cell content </td>
    </tr>
    <tr>
        <td> Cell content </td>
        <td> Cell content </td>
    </tr>
</table>
</body></html>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Table
» abbr