Using CSS To Make <a> tag bold in example code snippets.

Using CSS To Make <a> tag bold in example code snippets.

Hi.

I working through the examples provided at http://learn.jquery.com/about-jquery/how-jquery-works/, but I cannot seem to get $( "a" ).addClass( "test" ); where

<style>
a .test {
font-weight: bold;
}
</style>


Is the complete source file available so I can compare it to what I'm doing locally please?


Thanks In Advance for your response.