<!DOCTYPE html>
<html lang="en">
<head>
<title>New Webpage</title>
<style>
.go {
color: red;
}
</style>
</head>
<body>
<!-- This is Keep on Coding by Milan -->
Keep on <span class="go">Coding</span>
<script>
var myMessage = "Code Everywhere";
console.log(myMessage);
</script>
</body>
</html>