Test Series - html

Test Number 20/72

Q: What can be used to verify a displayed graphics?
A. Property checkpoints
B. Region checkpoints
C. On-Screen Action
D. Local STorage
Solution: Region checkpoints are used to verify a displayed graphics. It is a kind of test operation which gives verification of application’s window or control is displayed correctly or not. Object’s property is verified by region checkpoints which is test operation. Local storage is for storing data.
Q: Which element has been removed from HTML5 (W3C) specification?
A. 
B. 
C. 
D. 
Solution: A section that is tangentially related to its surrounding content is defined by 
Q: Which of the following is used for plug-in content?
A. 
B. 
C. 
D. 
Solution:  tag is new in HTML5 which also helps in validation of HTML5 page. It has attributes like height, src, type and width. HTML4 does not support this tag. Multiple media sources for video , audio and pictures are provided by  tag.  tag gives a scalar measurement within a particular range. Progress of a task is shown by  element.
Q: Which of the following does not lie under the attribute of  and is not supported by Opera?
A. url
B. time
C. tel
D. option
Solution:  element type has new values as ‘url’, ‘email’, ‘datetime’, ‘date’, ‘month’, ‘tel’, ‘time’, ‘number’, ‘search’, ‘color’, ‘range’, ‘datetime-local’, ‘week’.
Q: Which is the new attribute of  element that is used to change the appearance of checkbox?
A. Indeterminate
B. Media
C. EI
D. Target
Solution: The indeterminate is actually not an attribute, it is the property of checkbox which can be change via JavaScript, e.g. Var checkbox=document.getElementById(“any-checkbox”); Checkbox.indeterminate=true;
Q: Which attribute does not lie inside  and  elements?
A. Media
B. Ping
C. Hreflang
D. Preload
Solution: Preload is the attribute of the  and  elements.
Q: Which element does not support autofocus attribute?
A. 
B.