nerdexam
Zend

200-530 · Question #527

Consider the following script: <html> <head> <title> This is a test script. </title> </head> <body> <?php echo 'This is some sample text'; ?> </body> </html> Which of the following tags is used in…

The correct answer is C. Standard tag. See the full explanation below for the reasoning.

Question

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

Options

  • AASP tag
  • BShort tag
  • CStandard tag
  • DScript tag

How the community answered

(34 responses)
  • A
    9% (3)
  • B
    6% (2)
  • C
    82% (28)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice