1.
What is the purpose of the Target _blank menu entry when setting up a link?
Correct Answer
D. The link will open in a new page
Explanation
The purpose of the Target _blank menu entry when setting up a link is to open the link in a new page. This means that when the user clicks on the link, a new browser tab or window will open, displaying the content of the linked page while keeping the current page intact. This allows the user to easily navigate back to the original page without losing their place.
2.
Where do you find an option to add a named anchor to your page?
Correct Answer
A. Insert Panel > Common > Named Anchor
Explanation
To add a named anchor to a webpage, you can find the option in the Insert Panel under the Common category. This option allows you to create a specific location on the page that can be linked to from other parts of the page or from external sources.
3.
What happens if the end user clicks on an email link in the browser?
Correct Answer
B. The default email client will try to open with the to: address already filled in
Explanation
When the end user clicks on an email link in the browser, the default email client will attempt to open with the "to" address already filled in. This means that the user's email program will launch, and the "to" field will be pre-populated with the email address specified in the link. The user can then compose and send an email to that address directly from their default email client.
4.
Choose the best two options to add an email link to a web site.
Correct Answer(s)
C. Add an HREF < mailto > tag
E. Use the Insert Email link command
Explanation
Adding an HREF tag allows users to click on the link and open their default email client with a new message addressed to the specified email address. This is a common and widely supported method of adding an email link to a website. The "Insert Email link" command is likely a feature in a web development tool or content management system that simplifies the process of adding an email link by automatically generating the necessary code. Both options provide a convenient and user-friendly way for visitors to contact the website owner via email.
5.
What two images constitute a rollover image?
Correct Answer(s)
C. Original Image
D. Rollover Image
Explanation
A rollover image is created by using two images - the original image and the rollover image. The original image is the default image that is displayed initially, and the rollover image is the image that appears when the user hovers over or interacts with the original image. These two images work together to create a dynamic effect, providing visual feedback to the user.
6.
Choose the tab you could use to insert a navigation bar
Correct Answer
D. Common
Explanation
The "Common" tab is the correct answer because it typically contains commonly used elements and features that can be added to a webpage, such as a navigation bar. This tab is often used for adding standard components that are frequently used across multiple pages of a website.
7.
How do you use the polygon hotspot tool?
Correct Answer
A. Click and let go
Explanation
To use the polygon hotspot tool, you simply need to click on the desired points of the polygon and then release the click. This action will create a polygon shape with the selected points as its corners.
8.
For a rollover image you need files of the same...
Correct Answer
D. Size
Explanation
For a rollover image, you need files of the same size. This is because a rollover image is created by swapping one image with another when a user interacts with it, such as hovering over it. If the images are not the same size, the layout of the webpage may be affected when the rollover occurs. Therefore, it is important to have images of the same size to ensure a smooth transition between the two images.
9.
In which panel can you find the behaviours section?
Correct Answer
D. Tag Inspector Panel
Explanation
The behaviours section can be found in the Tag Inspector Panel. This panel allows users to inspect and edit the properties and behaviors of HTML tags. It provides detailed information about the selected tag, including its attributes, events, and associated scripts. By accessing the Tag Inspector Panel, users can easily manage and modify the behaviors of specific HTML elements on their website.
10.
In addition to the Files, Assets and Insert Panels, which method can be used to insert a flash video file?
Correct Answer
A. Insert > Media > FLV
Explanation
The correct answer is "Insert > Media > FLV". This method allows users to insert a flash video file into their project. The "Insert" menu provides options for adding different types of media, and selecting "Media" opens a submenu that includes the option to insert an FLV file.