We can align a whole table (left, center, or right) on a
  page
  using the align attribute in a div tag, and putting the table
  inside the div tag
  
    
      
        | asdfghjkl;asfjkl; | 
        qwertuiopqwreuip[[ | 
        zcvnbm/.zcvbnm,./ | 
      
    
   
  
    
      
        | asdfghjkl;asfjkl; | 
        qwertuiopqwreuip[[ | 
        zcvnbm/.zcvbnm,./ | 
      
    
   
  
    
      
        | asdfghjkl;asfjkl; | 
        qwertuiopqwreuip[[ | 
        zcvnbm/.zcvbnm,./ | 
      
    
   
  
  We can get the same result by putting the align attribute
  inside the table tag, and
  skipping the div tag
  
    
      | asdfghjkl;asfjkl; | 
      qwertuiopqwreuip[[ | 
      zcvnbm/.zcvbnm,./ | 
    
  
  
  We can align the entries inside a row by putting the align
  attribute
  inside the tr (table row) tag
\
  
    
      | asdfghjkl;asfjkl; | 
      qwertuiopqwreuip[[ | 
      zcvnbm/.zcvbnm,./ | 
    
  
  
    
      | asdfghjkl;asfjkl; | 
      qwertuiopqwreuip[[ | 
      zcvnbm/.zcvbnm,./ | 
    
  
  
  Or we can put the align attribute inside each td or th
  tag
  
    
      | asdfghjkl;asfjkl; | 
      qwertuiopqwreuip[[ | 
      zcvnbm/.zcvbnm,./ |