Consider the following script:
<code>
<html>
<head>
<title>
</code>
This is a test script.
<code>
</title>
</head>
<body>
<?php
echo ‘This is some sample text’;
?>
</body>
</html>
</code>
Which of the following tags is used in the php script?
A.
ASP tag
B.
Short tag
C.
Script tag
D.
Standard tag