I was trying to sun some javascript on my html page but it doesn't not run at all. I tried to just change the words in a <p>
tag but nothing happened. I know javascript is enabled on my browser. Here is my code, I can't seem to find anything wrong with it.
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<h1> Eat Page</h1>
<p id="test">Hi</p>
<select id="CusineList"></select>
<script type="text/javascript">
document.getElementIdBy("test").innerHTML = "Who";
</script>
<p> When </p>
</body>
</html>
Note- I am running this file off a folder on my desktop