HTML Attributes


  1. Which of the following does not lie under the attribute of <input> and is not supported by Opera?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    <input> element type has new values as ‘url’, ‘email’, ‘datetime’, ‘date’, ‘month’, ‘tel’, ‘time’, ‘number’, ‘search’, ‘color’, ‘range’, ‘datetime-local’, ‘week’.


  1. Which of the following is used for plug-in content?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    <embed> 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 <source> tag. <meter> tag gives a scalar measurement within a particular range. Progress of a task is shown by <progress> element.



  1. Which element has been removed from HTML5 (W3C) specification?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    A section that is tangentially related to its surrounding content is defined by <aside> tag. A block of navigation links is provided by newly added element in HTML5 called <nav>. <hgroup> tag has been removed from HTML5 specification, but it can be seen in WHATWG version of HTML. The purpose of this element is how headings are displayed. It’s practice is limited to theory only. <figure> tag specifies its own self defined content which may contain diagrams, photos etc.


  1. What can be used to verify a displayed graphics?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    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.



  1. What does ‘On-Screen Action’ means in the testing of HTML5 applications?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    While testing of HTML5 for a browser i.e. whether its elements are supported by the browser or not one can use draggable content using Drag action and this action can be called through On-Screen Action operation.