PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

Which of the following lines of code should you use to complete the code?

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com. You make use of CSS3 and HTML5 for development purposes.
You are in the process of creating a dynamic web form that contains a checkbox input type. You
want to make sure that an input text box is dynamically added to the form when the check box is
ticked.
You have started to write the required code as shown below:

Function ShowInputBox (divName)
{
Var newInputDiv = document.createElement (‘div’);
Which of the following lines of code should you use to complete the code?

Which of the following is the property being discussed?

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for ABC.com’s junior developers. You are currently discussing
an HTML5 property that obtains and sets a value that specifies how source illustrations are drawn
onto a target illustration.
Which of the following is the property being discussed?

Which of the following is the attribute being discussed?

You work as a senior developer at ABC.com. The ABC.com network consists of a single domain
named ABC.com.
You are running a training exercise for ABC.com’s junior developers. You are currently discussing
an element positioning attribute that flows within the given dimensions of the browser window.
Which of the following is the attribute being discussed?

Which of the following lines of code should you use to complete your solution?

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com. You make use of CSS3 and HTML5 for development purposes.
You are in the process of creating a web page that contains a <div> tag. The ID of the <div> tag
has been set to validate. You are then instructed to make sure that when the page is rendered, the
contents of the <div> tag are shown on the same line as the content surrounding it.
You start by writing the following line of code:
document.getElementById(“validate”) .
Which of the following lines of code should you use to complete your solution?

Which of the following actions should you take?

You work as a developer at ABC.com. The ABC.com network consists of a single domain named
ABC.com. You make use of CSS3 and HTML5 for development purposes.
You are in the process of creating an HTML5 page for ABC.com. The page contains numerous
paragraph elements. You want to make sure that attention is drawn to the text by giving the text
some depth.
Which of the following actions should you take?