JQuery JavaScript Tutorial

< html>
  
    
    
  $(document).ready(function(){
      $("tr:first").css("font-style", "italic");
  });
    
  
  
      
        
        
        
      
Row 1
Row 2
Row 3