Como entrar no JavaScript em HTML
<script type="text/javascript">
alert("This alert box was called with the onload event");
</script>
Glamorous Gharial
<script type="text/javascript">
alert("This alert box was called with the onload event");
</script>
<script>
document.write("Welcome to Javatpoint");
</script>