Multiple Choice
You have added some HTML to a custom template located at "template/mytemplates/custom.phtml". Which code snippet is the correct way to create a block for custom.phtml in the layout XML?
A) <block type="core/template" name="custom" template="mytemplates/custom.phtml"/>
B) <block type="core/template" name="custom" template="template/mytemplates/ custom.phtml"/>
C) <block type="custom1' name="custom"
D) <block type="custom" name="custom" template="mytemplates/custom.phtml"/>
Correct Answer:

Verified
Correct Answer:
Verified
Q36: How can you minimize the number of
Q37: Which two of the following code samples
Q38: Which of the following is the layout
Q39: If a layout handle exists in the
Q40: You want to remove the right structural
Q42: Which three of the following action method(s)
Q43: Which one of the following methods assigns
Q44: A block named newsletter is already defined
Q45: What is the proper layout update handle
Q46: Which two of the following statements are