JQuery JavaScript Tutorial

< html>
  
    
    
$(document).ready(
  function() {
    $('table tbody').append(
      "\n" +
      "  D\n" +
      "  1999\n" +
      "\n"
    );
  }
);
    
    
table {
    width: 100%;
    background: lightgreen;
}
th {
    background: green;
    color: lightgreen;
}
    
  
  
     
       
         
           
                   
         
       
       
         
           
           
         
       
     
TitleYear
R1975