nerdexam
Zend

ZF-100-500 · Question #57

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 B. 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

  • AShort tag
  • BStandard tag
  • CASP tag
  • DScript tag

How the community answered

(14 responses)
  • A
    7% (1)
  • B
    71% (10)
  • C
    7% (1)
  • D
    14% (2)

Community Discussion

No community discussion yet for this question.

Full ZF-100-500 Practice