<h1 id = "h1"> Заголовок</h1> <script src="http://code.jquery.com/jquery-1.6.3.min.js"></script> <script> $("#h1").hide(2000); </script>