1. Question: Which of the following set of coordinate values refers to an image defined by the area tag with the value of poly for its shape attribute?

    A
    coords="150,217,190,257,150,297,110,257"

    B
    coords="150,190,150,110"

    C
    coords="150,217,190,257,150"

    D
    coords="150,110,190,220,150,150,120"

    Note: Not available
    1. Report
  2. Question: Which of the following statement is not correct for <menu> element?

    A
    <menu> is appropriate for web application menus, not navigation.

    B
    Attribute HTML5 only: Global, label, type

    C
    Attribute details: a. type="context|toolbar" b. label="text"

    D
    Use the hr element as a separator within a menu as needed

    E
    The menu element is deprecated in HTML,XHTML but not in HTML5

    Note: Not available
    1. Report
  3. Question: Which of the following statement is not correct for <detalis> element?

    A
    The details element expands or collapses to reveal or hide information or controls.

    B
    Attribute HTML5 only: Global, open

    C
    By default, a details element should be render as opened.

    D
    <summary> element is used as a caption for the <details> element.

    Note: Not available
    1. Report
  4. Question: Following method is used to get the current location of the user in Geolocation in HTML5?

    A
    getCurrentPosition()

    B
    getPosition()

    C
    getLocation()

    D
    getCurrentLocation()

    Note: Not available
    1. Report
  5. Question: ____Function displays the Latitude and Longitude in geoLocation in HTML5.

    A
    showLocation()

    B
    showPosition()

    C
    both a and b

    D
    showStatus()

    Note: The HTML5 geolocation feature lets you find out the geographic coordinates (latitude and longitude numbers) of the current location of your website's visitor. The showPosition() function in HTML is used to locate a user's position.
    1. Report
  6. Question: Canvas is able to draw the 2D graphics using______

    A
    XML

    B
    HTML

    C
    JavaScript

    D
    XHTML

    Note: A canvas is a rectangle in your page where you can use JavaScript to draw anything you want. The HTML "canvas" element can be used to draw graphics via scripting in JavaScript.
    1. Report
  7. Question: Which storage object is used for storing the data with no expiry date?

    A
    Session storage

    B
    local storage

    C
    mass storage

    D
    stack storage

    Note: Not available
    1. Report
  8. Question: Application cache is used for___ 1) Offline browsing 2) Speed 3) Reduced server load

    A
    1 and 2

    B
    2 and 3

    C
    all of the above

    D
    none of these

    Note: Application cache means that a web application is cached, and accessible without an internet connection. Their are 3 main advantages of Application Cache. 1. Speed. 2. Offline browsing. 3. Reduced Server load.
    1. Report
  9. Question: Which element provides a secure way to authenticate the user?

    A
    < keygen>

    B
    < datalist>

    C
    < output>

    D
    < input>

    Note: The "keygen" tag specifies a key-pair generator field used for forms. The HTML "keygen" tag is used to process Web forms with certificate management systems. The element generates a secure key and submits the public key.
    1. Report
  10. Question: <output> element represents_____

    A
    Authenticate the user

    B
    result of a calculation

    C
    pre-defined values

    D
    none of these

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd