<script src="jquery.js"></script> <style> #one{color:red;} </style> </head> <body> <p>one</p> <script> $("p").attr("id","one") </script>