Project 3: ADD

Website 1: The NY Times

j('a').prepend('Dilly,');
j('a').append('Dilly!'); 

Website 2: Wikipedia

 
j('strong').css('border','1px solid red');

Website 3: theSkimm

 
j('a').prepend('totes read '); 
j('p').css('font-family', 'Courier New');
j('a').css('font-family','Comic Sans MS');

Website 4: Fox News

 
j('a').css('backgroundColor','yellow');

Comments are closed.