When I type this in, the page should come up with a header saying hello right? Instead it prints out, “hello”; ?> "
I have php running on my computer for sure and I have other pages with php that work great. But for some reason this page seems like it’s not getting the php.
<head>
</head>
<body>
<?php
echo "<h1 style='color:black;'>hello</h1>";
?>
</body>