You want to create a wrapper block that uses an HTML tag name which is set by the action setHtmlTagName. The wrapper block should render all its child blocks
within the HTML tag. Which block type should you use to create the wrapper block?
Your project, which uses prototype.js, contains the JavaScript class Photoviewer (see EXAMPLE, below). Which one of the following code samples will create a
class called AdvancedPhotoViewer that extends Photoviewe r?
EXAMPLE:
var PhotoViewer = Class.create();
You want to create a new "screendesign" package based on the "default" package's "default" theme.
Which ONE of the following steps do you have to take?