1. Question: What is the correct HTML for making a text input field?

    A
    <textfield>

    B
    <textinput type="text" />

    C
    <input type="text" />

    D
    <input type="textfield" />

    Note: Not available
    1. Report
  2. Question: What is the correct HTML for making a drop-down list?

    A
    <input type="list" />

    B
    <list>

    C
    <input type="dropdown" />

    D
    <select>

    Note: Not available
    1. Report
  3. Question: What is the correct HTML for making a text area?

    A
    <input type="textbox" />

    B
    <input type="textarea" />

    C
    <textarea>

    Note: Not available
    1. Report
  4. Question: What is the correct HTML for inserting an image?

    A
    <img alt="MyImage">image.gif</img>

    B
    <img src="image.gif" alt="MyImage" />

    C
    <img href="image.gif" alt="MyImage" />

    D
    <image src="image.gif" alt="MyImage" />

    Note: Not available
    1. Report
  5. Question: While designing the links page of your website, you want the link to open a new browser window. How will you implement this with HTML?

    A
    <anchor href="http://www.mailer.com">Mailer</anchor>

    B
    <anchor href=http://www.mailer.com target=_blank>Mailer</anchor>

    C
    <a href="http://www.mailer.com" target="_new">Mailer</a>

    D
    <a href="http://www.mailer.com" target="_blank">Mailer</a>

    Note: Not available
    1. Report
  6. Question: Which of the following are not valid?

    A
    <h2>Main Title</h2>

    B
    <h>Main Title</h>

    C
    <h3>Main Title</h3>

    D
    <h7>Main Title</h7>

    Note: Not available
    1. Report
  7. Question: which of the following values is not valid for the align attribute of a heading tag? Note: The align attribute was deprecated in HTML 4.01. Use styles instead in new coding.

    A
    right

    B
    left

    C
    middle

    D
    center

    Note: Not available
    1. Report
  8. Question: Which of the following attribute is valid for a select tag contained within a form tag?

    A
    name

    B
    size

    C
    multiple

    D
    All

    Note: Not available
    1. Report
  9. 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
  10. Question: Which of the following tags can be used in place of a button tag?

    A
    legend

    B
    ol

    C
    input

    D
    dl

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