HTML CSS Reference/HTML Attributes Reference/axis

Материал из Web эксперт
Перейти к: навигация, поиск

"axis" Example

   <source lang="html4strict">
   

<HTML> <Title>Example For axis</Title> <BODY>

Table Heading
  Header 1 Header 2
E1      
January 1, 2004 7.50 2.00  
January 2, 2004 9.50 1.70  

</BODY> </HTML>


     </source>
   
  


axis is applied to

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Applied_To |<td> <th> | +----------------+--------------------------------------------------------------+

     </source>
   
  


"axis" Syntax and Note

   <source lang="html4strict">

Note:

This attribute allows you to categorize <td> and <th> elements.

Syntax:

<element axis="value"> . . . </element>


     </source>