chinmay.sahoo
New member
Our custom code will go in the second, currently empty, JavaScript file, which we included from the HTML using <script src="alice.js" type="text/javascript"></script>. For this example, we only need three lines of code:
$(document).ready(function() {
$('.poem-stanza').addClass('emphasized');
});