Testking is renowned for providing students using the most dependable and accurate certification exam preparatory materials. This enjoys the higher reputation for most years. A lot of candidates have handed their desired exam using the help regarding Testkings training merchandise. The professors bear in mind that they give your very best to design the high-quality exam demos and also give the candidates the most effective preparation materials. They make certain that their customers may make great achievements after using their products. Nevertheless they additionally provide together with full refund in case regarding failure.
Q41. DRAG DROP
Match the HTML5 technologies to the corresponding descriptions. (To answer, drag the appropriate technology from the column on the left to its description on the right. Each technology may be used once, more than once, or not at all. Each correct match is worth one point.)
Answer:
Q42. What is the default value of the CSS position property?
A. fixed
B. absolute
C. static
D. relative
Answer: C
Q43. Which three code fragments define an HTML input control? (Choose three.)
A. Option A
B. Option B
C. Option C
D. Option D
E. Option E
Answer: C,D,E
Explanation: HTML input types include: button checkbox color date datetime datetime-local email file hidden
image
month
number
password
radio
range
reset
search
submit
tel
text
time
url
week
Note:
HTML Forms - The Input Element
The most important form element is the <input> element.
The <input> element is used to select user information.
An <input> element can vary in many ways, depending on the type attribute. An <input>
element can be of type text field, checkbox, password, radio button, submit button, and
more.
Q44. Which item specifies resources for an offline HTML5 application?
A. a CSS style sheet
B. an HTML5 file
C. a JavaScript file
D. a cache manifest file
Answer: A
Q45. Which CSS code fragment centers an image horizontally?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: D
Q46. In CSS, the flow-into property deposits:
A. the flow into the content.
B. the regions into a flow.
C. the flow into the regions.
D. content into the flow.
Answer: D
Q47. In HTML5, the autofocus attribute:
A. defines the cursor location when a form is first accessed.
B. controls the movement between fields in a form.
C. adds a default value to the field in a form.
D. enables one field and disables all others.
Answer: A
Q48. Which CSS property defines which sides of an element where other floating elements are not allowed?
A. float
B. position
C. display
D. clear
Answer: D
Q49. Which three statements describe cookies? (Choose three.)
A. They can be created, read, and erased using the document.cookie property.
B. They are limited in size to 5 MB.
C. They are deleted automatically when the session ends.
D. They can be used only by pages on the domain where they were set.
E. They contain the data in the form of a name=value pair.
Answer: A,D,E
Explanation: Note: Cookies are small, usually randomly encoded, text files that help your browser navigate through a particular website. The cookie file is generated by the site you're browsing and is accepted and processed by your computer's browser software. The cookie file is stored in your browser's folder or subfolder.
Q50. Which HTML5 code fragment shows a way to validate numeric input as having a value from 1 to 100, inclusive?
A. Option A
B. Option B
C. Option C
D. Option D
Answer: D