JQuery JavaScript Tutorial

< html>
  
    
    
  $(document).ready(function(){
    
    $("form input").css("border", "2px solid red");
  });