JQuery JavaScript Tutorial

< html>
  
    
    
        a.test { font-weight: bold; color:red;}
    
    
   $(document).ready(function(){
       $("a").addClass("test");
   });
    
  
  
    rntsoft.com