<!-- HTML -->
<!-- CSS (starts with style tag)-->
<style>
body{
background-color: black;
}
</style>
<!-- JAVA (starts with script tag)-->
<script>
alert("Hello World!")
</script>