<!DOCTYPE html>
<html>
<body>
<?php
//PHP will raise an error when executing this statement:
$x = "We are the so-called "Vikings" from the north.";
echo $x;
?>
</body>
</html>