1. Question: How will you bind the datalist option (shown below) with an <input> element, whose type attribute is set to url, to get the result shown in the image? This question is based upon the figure shown below:

    A
    User should define an accept attribute to the input element whose type is url.

    B
    User should define multiple attribute to the input element whose type is url.

    C
    User should define a list attribute to the input element whose type is url.

    D
    User should define a placeholder attribute to the input element whose type is url.

    Note: Not available
    1. Report
  2. Question: How does a button created by the <button> tag differ from the one created by an <input> tag?

    A
    An input tag button can be a reset button too.

    B
    A button tag button can be a reset button too.

    C
    An input tag button can include images as well.

    D
    A button tag can include images as well.

    Note: Not available
    1. Report
  3. Question: Which of the following attributes comes in handy when borders have to be put between groups of columns instead of every column?

    A
    col

    B
    colgroup

    C
    rowspan

    D
    row

    Note: Not available
    1. Report
  4. Question: Which of the following is correct with regard to the oncanplaythrough event fired by media resources in the HTML 5.0 document?

    A
    The script will run when the media has reached the end.

    B
    The script will run when the media is played to the end, without stopping for buffering.

    C
    The script will run when media data is loaded.

    D
    The script will run when the length of the media is changed.

    Note: Not available
    1. Report
  5. Question: What does the icon attribute of the HTML 5.0 command tag define? <command icon=”?”>Click Me!</command>

    A
    It is used to define the url of an image to display as the command.

    B
    It is used to define the name of the radiogroup this command belongs to.

    C
    It is used to define if the command is checked or not.

    D
    It is used to define if the command is available or not.

    Note: Not available
    1. Report
  6. Question: While rendering your HTML 5.0 web page, which of the following <link> element files will get skipped by a compliant user agent if you include the link elements shown below in your document? <link rel=”stylesheet” href=”A” type=”text/plain”> <link rel=”stylesheet” href=”B” type=”text/css”>

    A
    A link element whose href is “B”

    B
    A link element whose href is “A”

    C
    None of the above

    Note: Not available
    1. Report
  7. Question: Which <body> tag event is fired when the user leaves the document?

    A
    onunload

    B
    onundo

    C
    onredo

    D
    onerror

    Note: Not available
    1. Report
  8. Question: How will you change the value of the cookies and items in the Storage objects of the localStorage attributes in HTML 5.0?

    A
    By invoking the window.dialogArguments() API method.

    B
    By invoking the window. navigator.yieldForStorageUpdates() API method.

    C
    By invoking the window.navigator.appName API method.

    Note: Not available
    1. Report
  9. Question: What is the role of the <dfn> element in HTML 5.0?

    A
    It is used to define important text.

    B
    It is used to define computer code text.

    C
    It is used to define sample computer code.

    D
    It is used to define a definition term

    Note: Not available
    1. Report
  10. Question: Which of the following is NOT a valid syntax for the <h1> element in HTML 5.0?

    A
    <h1> This is header 1</h1>

    B
    <h1 align=”center”> This is header 1</h1>

    C
    <h1 onClick=”dothis(‘sc1′)” >This is header </h1>

    D
    <h1 style=”cursor:auto;”>This is header </h1>

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