Question: 0001
Consider the following script:
<html>
<head>
<title>PHP</title>
</head>
<body>
<?php echo 'This is some sample text'; ?>
</body>
</html>
Which of the following tags is used in the php script?