table
    A formal (captioned) HTML table in a document
    
      
    
    
       
  
  
    informaltable
    An HTML table without a title
    
      
        
  
  
    caption
    An HTML table caption
    
      
  
  
    col
    Specifications for a column in an HTML table
    
      
         
  
  
    colgroup
    A group of columns in an HTML table
    
      
         
  
  
    thead
    A table header consisting of one or more rows in an HTML table
    
      
        
  
  
    tfoot
    A table footer consisting of one or more rows in an HTML table
    
      
        
  
  
    tbody
    A wrapper for the rows of an HTML table or informal HTML table
    
      
        
  
  
    tr
    A row in an HTML table
    
      
        
  
  
    th
    A table header entry in an HTML table
    
      
        
  
  
    td
    A table entry in an HTML table