<html><head> <script type="text/javascript" src="/jquery/jquery.js"></script></head><body> <p><span>Hello</span>, how are you?</p> <p>Me? I'm <span>good</span>.</p><script> $("p").find("span").css('color','red');</script></body></html>