Font size
WorksheetsMTA
Total questions: 15
Worksheet time: 9mins
Which HTML5 tag is used to mark text that has been added to the original document?
< pree>
< b>
< in>
< ins>
< i>
Which element should you use to rotate an SVG square?
ANIMATETRANSFORM
Vector
ANIMATE
AREA SHAPE
Which three events are valid for the HTML CANVAS element? (Choose three.)
hover
scroll
datareceived
mouseup
data
Which HTML5 code fragment shows a way to validate numeric input as having a value from 1 to 100, inclusive?
<input type=”num” min=”1” max=”100”>
<input type=”positive” limit=”100”>
<input type=”number” low=”1” high=”100”>
<input type=”number” min=”1” max=”100”>
Which code fragment will display the Play and Pause controls in the audio interface?
<audio controls=”controls”>
<audio preload=”controls”>
<audio preload=”auto”>
<audio autoplay=”autoplay”>
Which three code fragments define an HTML input control? (Choose three.)
<input type=”combobox’>
<input type=”search”>
<input type=”tel”>
<input type=”url”>
<input type=”optionbutton”>
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 junior developers. You are currently discussing a CSS property that specifies whether the object allows floating objects on its left side, right side, or both, so that the next text displays past the floating objects. Which of the following is the property being discussed?
The z-index property
The clear property.
The position property.
The vertical align property.
You work as a developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in their development process. You have been instructed to create a new layout. You should achieve this by making use of only one CSS3 region. Which of the following actions should you take?
You should consider creating a table layout
You should consider creating a grid layout
You should consider creating a flex box layout.
You should consider creating a ListView layout.
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 junior developers. You are currently discussing a CSS property that introduces content into the flow. Which of the following is the property in question?
The content-flow property
The content-into property
The flow-from property.
The flow-into property.
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 junior developers. You are currently discussing the relative positioning scheme. Which of the following is TRUE with regards to this positioning scheme?
The location of the element in the page is not calculated relative to parent or child elements, but to the browser window.
It places an element in the natural HTML flow of the document, and offsets the position of the element based on the preceding content.
It places an element in the natural XML flow of the document, and offsets the position of the element based on the proceeding content.
It pulls the element out of the flow of the document and positions it without regard to the layout of surrounding elements.
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 junior developers. You are currently discussing an event that is triggered when a user places a touch point on the touch surface. Which of the following is the event being discussed?
Touchstart
Touchcancel
Touchend
Touchmove
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML5 and CSS3 in their development process. You have received instructions to create a page that has script tags included. You want to access an element by id by making use of JavaScript. You then want to add a class to the element. Which of the following actions should you take?
You should consider making use of
the classList property.
You should consider making use of the className property.
You should consider making use of
the tagUrn property.
You should consider making use of the name property.
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 junior developers. You are currently discussing a method associated with the localStorage object. The method can be used to write data to local storage. Which of the following is the method being discussed?
The initStorageEvent method.
The process method.
The setItem method
The setImmediate method.
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in their development process. You are writing code to create a new page for ABC.com. Your code has to include a method that assesses an expression every time a particular number of milliseconds have passed. Which of the following actions should you take?
You should consider including the clearInterval method.
You should consider including the setInterval method.
You should consider including the checkValidity method.
you should consider including the setCustomValidity method.
You work as a senior developer at ABC.com. The ABC.com network consists of a single domain named ABC.com. ABC.com makes use of HTML and CSS3 in their development process. You have been instructed to alter the text value of an HTML element. You are planning to make use of the innerHTML property. Which of the following is TRUE with regards to the innerHTML property? (Choose all that apply.)
It is valid for both block and inline elements.
When the innerHTML property is set, the given string completely replaces the existing content of the object
When using innerHTML to insert script, you must exclude the defer attribute from the script element.
It is inaccessible at run time as the document is being parsed.
