3
40
<script> $("#btn3").click(function(){ $("#p3").fadeIn(3000); }); </script>
$(()=> { $("#p3").fadeIn(3000); })