1. Question: What is the character entity representation of the ‘less than’ sign (its entity name is ‘<’) ?

    A
    60;#

    B
    <

    C
    &60#;

    D
    #60&;

    Note: Not available
    1. Report
  2. Question: You want to create a link for your website allowing users to email the webmaster. How will you implement this if the webmaster’s email is “webmaster@xcompany.com”?

    A
    <a href=”mailto:webmaster@xcompany.com”>webmaster</a>

    B
    <a href=”webmaster@xcompany.com”>webmaster</a>

    C
    <a http=”mail:webmaster@xcompany.com”>webmaster</a>

    D
    <mail http=”send:webmaster@xcompany.com”>webmaster</mail>

    E
    <a href=”mailto://webmaster@xcompany.com”>webmaster</a>

    Note: Not available
    1. Report
  3. Question: You have to add a list of products in a drop-down list. What will you use to group the identical products under a category name?

    A
    Optgroup

    B
    option

    C
    menu

    D
    var

    Note: Not available
    1. Report
  4. Question: Which of the following is true for the “<param>” tag?

    A
    It doesn’t 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 can be specified for it

    Note: Not available
    1. Report
  5. Question: How will you specify the language attribute in XHTML?

    A
    <div lang=”en” xml:lang=”en”>Listing A</div>

    B
    <div language=”en”>Listing A</div>

    C
    <div language=”en” xhtml:lang=”en”>Listing A</div>

    D
    <div xml:language=”en”>Listing A</div>

    Note: Not available
    1. Report
  6. Question: Which of the following is incorrect with regard to the <select> tag?

    A
    The “name” should be specified

    B
    The “disabled” attribute disables the drop-down list

    C
    The “multiple” attribute allows the user to choose multiple options

    D
    The text specified in the “value” is displayed in the drop-down list

    E
    None of the above

    Note: Not available
    1. Report
  7. Question: Which of the following lines will be allowed by an XHTML parser?

    A
    <p>This is the starting of a new paragraph

    B
    <P>This is the starting of a new paragraph<P>

    C
    Here is a break statement <br></br>

    D
    New Horizontal line <hr />

    Note: Not available
    1. Report
  8. Question: You are developing a website. In one of the subscription forms, you need to get the subscription start date from the user. The HTML code is as follows:
    Day <input type=”text” size=”3? />
    Month <input type=”text” size=”10? />
    Year <input type=”text” size=”4? />
    Which of the following will you use if you want to put these 3 text fields together in a box?

    A
    <legend>

    B
    <box>

    C
    <fieldset>

    D
    <area>

    Note: Not available
    1. Report
  9. Question: Which of the following is incorrect about the relation between HTML and XHTML?

    A
    XHTML is a stricter and cleaner version of HTML *

    B
    XHTML is almost identical to HTML 4.01

    C
    XHTML and HTML both are used to generate dynamic content

    D
    XHTML brings together the elements of HTML and the syntax of XML

    Note: Not available
    1. Report
  10. Question: Which of the following is correct for an image?

    A
    An image must be resized in an editor to fit in the specified space on a webpage If you have a big image but specify smaller height and width attributes in the <img> tag, only the top left

    B
    portion of the image will be displayed in the browser

    C
    Both a and b are correct

    D
    The height and width attributes allow resizing the image on the webpage

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