Issue with my blank application

Hello,
I’m trying to use a blank application as a whole html document. In the foundamentals offical scriptcase course, it tells that you can use the next code to generate a html page in the onExecute event:

?>
<html>
....
</html>

But when I use it, the generated page, crashes.
What’s wrong with that?

The reason for the crash might be that you haven’t restarted the php code so the rest of the code is seen as html, you need to use at the end <?php .

Yes, that was the correct answer, I’ve solved by myself few days ago after the problem.