1. Question: Which of the following is true for the <param /> tag in HTML 4.01?

    A
    It does need a closing tag.

    B
    The language attribute cannot be specified with it.

    C
    The name and type attributes are optional.

    D
    The class, id and title attributes can be specified for it.

    Note: Not available
    1. Report
  2. Question: The tag that is used to pass the parameters to an applet is:

    A
    appletpar

    B
    applet

    C
    param

    D
    val

    Note: Not available
    1. Report
  3. Question: You are designing a website for one of your clients. You have to use an applet named cal.class to show a scrollable calendar. Which of the following is the recommended way of calling it if you are using HTML 4.01?

    A
    <applet code="cal" width="180" height="180"></applet>

    B
    <img src="cal"></img>

    C
    <object classid="APPID" id="cal" width="180" height="180"></object>

    D
    <sub id="cal"></sub>

    Note: Not available
    1. Report
  4. Question: How will you import a style sheet named basic.css in your Web page?

    A
    <import name="stylesheet" url="basic.css">

    B
    <link rel="stylesheet" type="text/css" href="basic.css">

    C
    <style name="stylesheet" url="basic.css">

    D
    <link item="stylesheet" type="text/css" href="basic.css">

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