1. Question: Given statement is true or false: “Web worker script is dependent on other script”

    A
    Yes

    B
    No

    Note: Yes. A web worker script is dependent on other script. 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 i.e clicking, selecting things, etc., while the web worker runs in the background.
    1. Report
  2. Question: terminate() method in HTML5 is used for____

    A
    terminate everything

    B
    terminate all method

    C
    terminate a web worker

    D
    terminate program

    Note: When a web worker object is created, it will continue to listen for messages until it is terminated. To terminate a web worker, and free browser or computer resources, use the terminate() method.
    1. Report
  3. Question: Which of the following term describes the art of making dynamic and interactive web pages?

    A
    DHTML

    B
    HTML

    C
    XHTML

    D
    XML

    Note: Dynamic HTML, or DHTML, is an umbrella term for a collection of technologies used together to create interactive and animated web sites by using a combination of a static markup language, a client-side scripting language for eg. JavaScript, a presentation definition language for eg. CSS, and the Document Object Model.
    1. Report
  4. Question: DHTML is the combination of 1) HTML 2) JavaScript 3) HTML DOM 4) CSS

    A
    1 and 2

    B
    3 and 4

    C
    all of the above

    D
    none of these

    Note: DHTML stands for "Dynamic HyerText Markup Language". Dynamic HyerText Markup Language (DHTML) is a combination of Web development technologies used to create dynamically changing websites.
    1. Report
  5. Question: If the background image is smaller than the screen, what will happen?

    A
    It will be stretched

    B
    It will leave a blank space at the bottom of your page

    C
    It will be repeated

    Note: Not available
    1. Report
  6. Question: When creating a Web document, what format is used to express an image's height and width?

    A
    Centimeters

    B
    Pixels

    C
    Dots per inch

    D
    Inches

    Note: Not available
    1. Report
  7. Question: For every Web document, you can add words that appear in the upper left bar area of your browser. What set of tags allows you to provide this information?

    A
    <head></head>

    B
    <head><head>

    C
    <label><label>

    D
    <title></title>

    Note: Not available
    1. Report
  8. Question: The ...................... attribute adds space within each cell.

    A
    CELL SPACING

    B
    CELL PADDING

    C
    WIDTH

    D
    ALIGN

    Note: Not available
    1. Report
  9. Question: In order to upload a HTML file to a web server, you use

    A
    HTTP

    B
    SMTP

    C
    SIP

    D
    FTP

    Note: Not available
    1. Report
  10. Question: Head tag is used for?

    A
    Writing style

    B
    Writing Java Script

    C
    Including CSS, JS Files

    D
    All of these

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