An area of a page that includes content from a second template page. Template pages are Visualforce pages that include one or more components. The component names the associated template, and provides body for the template's components with matching components. Any content outside of an component is not rendered.

🎲 Try a Random Question  |  Total Questions in Quiz: 213  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
DEV-501: Certified Force.com Advanced Developer - Practice Test 2 — practice the complete quiz, review flashcards, or try a random question.


An area of a page that includes content from a second template page. Template pages are Visualforce pages that include one or more <apex:insert> components. The <apex:composition> component names the associated template, and provides body for the template's <apex:insert> components with matching <apex:define> components. Any content outside of an <apex:composition> component is not rendered.