1. Question: HTML is based on which language

    A
    XHTML

    B
    XML

    C
    SGML

    D
    DTD

    Note: SGML (Standard Generalized Markup Language) is a standard for how to specify a document markup language or tag set. HTML is based on SGML.
    1. Report
  2. Question: Frame concept is available in HTML5

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  3. Question: _____ allows you to set some element to be editable inside the browser.

    A
    Spellcheck

    B
    contenteditable

    C
    dropzone

    D
    contextmenu

    Note: Not available
    1. Report
  4. Question: Is it possible to use HTML 5 for the mobile application?

    A
    Yes

    B
    No

    Note: Not available
    1. Report
  5. Question: Which modern browser does not support the HTML5 tags?

    A
    IE 8

    B
    Safari

    C
    Mozilla

    D
    Opera

    Note: Not available
    1. Report
  6. Question: What do you mean by SVG?

    A
    Secondary vector graphics

    B
    scalable vertical graphics

    C
    Scalable vector graphics

    D
    scalable vector graph

    Note: Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium (W3C) since 1999. SVG images and their behaviors are defined in XML text files.
    1. Report
  7. Question: Graphics defined by SVG is in_______ format.

    A
    HTML

    B
    XML

    C
    XHTML

    D
    DTD

    Note: Scalable Vector Graphics (SVG) is an XML-based vector image format for two-dimensional graphics with support for interactivity and animation.
    1. Report
  8. Question: The manifest file is ____

    A
    Text file

    B
    HTML file

    C
    XML file

    D
    java file

    Note: Not available
    1. Report
  9. Question: Which file is used by the browser to fetch the appropriate data?

    A
    Text file

    B
    HTML file

    C
    XML file

    D
    manifest file

    Note: A manifest file describes a package and maps its location on disk to a chrome URL. The manifest files usually have a .MF extension, or a .manifest extension in Windows.
    1. Report
  10. Question: Where does web worker(s) script run?

    A
    in foreground

    B
    in background

    C
    both a and b

    D
    Can’t determine

    Note: When executing scripts in an HTML page, the page becomes unresponsive until the script is finished. A web worker is a JavaScript that runs in the background, independently of other scripts, without affecting the performance of the page. You can continue to do whatever you want: clicking, selecting things, etc., while the web worker runs in the background.
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd