Week4 In-Class Screenshot

j(‘href’).css(‘color’, ‘white’);

j(‘p:contains(“Times”)’).css(‘backgroundColor’, ‘yellow’);

j(‘.story-body’).css(‘border’, ‘3px solid red’);

Comments are closed.