$( ".box" ).first().css( "font-style", "bold" );
<script> // jquery $( "tr:first" ).css( "font-style", "bold" ); </script>