LearnIt Sample JQuery Code

 
 
 
<!DOCTYPE html> <html lang="en-US"> <head> <title>Learn It HTML Template</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> </head> <body> <div id="sample"></div> <script> $("#sample").text("LearnIt"); </script> </body> </html>
Output