“Ctrl+/”
“F11/ESC”
<!DOCTYPE html>
<html>
<body>
<?php
$h="Hello World!";
echo $h;
?>
</body>
</html>