1. Question: <!DOCTYPE> tag have end tag

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  2. Question: What is mean by DTD?

    A
    Document type data

    B
    Data type definition

    C
    Document type definition

    D
    Definition type document

    Note: Not available
    1. Report
  3. 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
  4. 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
  5. 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
  6. Question: The doctype should already be on the first line of every HTML page.

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  7. 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
  8. 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
  9. Question: your browser supports HTML 5 microdata API, there will be a _______function on the global document object.

    A
    getItems()

    B
    getData()

    C
    getText

    D
    getContent()

    Note: Not available
    1. Report
  10. Question: Ancestor of all other elements on the page is called________

    A
    parent

    B
    ancestor

    C
    root element

    D
    siblings

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