first code example Example: select the first elemnt have class in jquery <script> // jquery $( "tr:first" ).css( "font-style", "bold" ); </script>