1. Question: Which of the following are not a markup element in html5?

    A
    <aside>

    B
    <summary>

    C
    <progress>

    D
    <embeded>

    Note: Not available
    1. Report
  2. Question: Which of the following are type attribute value of input element in html5?

    A
    search

    B
    datetime

    C
    week

    D
    color

    E
    track

    F
    email

    Note: Not available
    1. Report
  3. Question: The sessionStorage object stores the data for ____

    A
    one session

    B
    two session

    C
    three session

    D
    multiple session

    Note: Not available
    1. Report
  4. Question: Which element is used to draw graphics images on a web page?

    A
    script

    B
    audio

    C
    embed

    D
    canvas

    Note: Not available
    1. Report
  5. Question: Following code is used for <video width=“320″ height=“240″ controls=“controls”> <source src=“test.mp4″ type=“video/mp4″ /> </video>

    A
    Display audio

    B
    display video

    C
    Display text

    D
    display image

    Note: Not available
    1. Report
  6. Question: DOM stands for

    A
    Document object model

    B
    Data object model

    C
    Document Oriented model

    D
    Data oriented model

    Note: The "Document Object Model" (DOM) is a programming interface for HTML, XML and SVG documents. The DOM, provides a structured representation of the document i.e in a tree format and it defines a way that the structure can be accessed from programs so that they can change the document structure, style and content.
    1. Report
  7. Question: HTML 5 supports all form controls from HTML 4?

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  8. Question: The doctype should already be on the first line of every HTML page.

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  9. Question: Text/Html is called the __________ of the page

    A
    content type

    B
    MIME type

    C
    content type/MIME type

    D
    none of these

    Note: used as value in meta tag 'meta http-equiv="content-type" content="text/html; charset=UTF-8"'
    1. Report
  10. Question: Web run on type ______.

    A
    content type

    B
    MIME

    C
    Data type

    D
    none of these

    Note: MIME is a "Multipurpose Internet Mail Extensions". MIME is a specification for formatting non-ASCII messages so that they can be sent over the Internet. Now a days many e-mail clients now support MIME, which enables them to send and receive graphics, audio, and video files via the Internet mail system. In addition to this, MIME supports messages in character sets other than ASCII.
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd