<script></script>
<script>
$(document).ready(function() {
$("#2").click(function() {
$("h1").html("Merhaba
")
});
});
</script>