Given the following CSS code:
Which portion is the rule?
A)
B)
C)
D)
Which method allows the end user to enter text as an answer to a question as the page loads?
Given the following code:
Which type of user input does the developer request by specifying the pattern attribute?
Which attribute is related to moving the mouse pointer of an element?
Given the following code:
Var a = ‘’true’’;
What is the data type of d?
Which method retrieves periods updates about the geographic location of a user:
Given the following code:
What does the console display as output?
Given the following markup:
Where does the image align in relation to the text?
Which HTML5 attribute specifies where to send the form data for processing a form is submitted?
Which layout method causes images to render to small or too large in browser windows of different sizes?
Which code segment creates a slider field that accepts a numeric value ranging from 1 through 10?
A)
B)
C)
D)
Given the following CSS code:
Which type of selector is used?
Given the following HTML code:
And given the following CSS selector:
Which elements will the CSS be applied to?
A web developer need to ensure that a message appears if the user’s browser does not support the audio files on a web page.
How should this designer code the audio element?
A)
B)
C)
D)
Given the following HTML code:
Which line of code should replace the first line to ensure that users can pause and restart the video?
A)
B)
C)
D)
Which HTML element should a developer use to logically group a set of related HTML elements?
A web page has the following CSS code:
Which selector should a developer use to invoke the CSS?
What is the used to render images dynamically?
Given the following markup and no style sheet:
Which control does the input element render?