1. Question: View the following code:
         <html> 
           <frameset cols="20%,20%,*"> 
             <frame src="a.html"/><frame src="b.html"/><frame src="c.html"/> 
           </frameset> 
         </html>
    What will be displayed on viewing the above in a browser?

    A
    An HTML page with three columns of equal width.

    B
    An HTML page with three rows of equal height.

    C
    An HTML page with the last column occupying 60% space.

    D
    An HTML page with the last column occupying 40% space.

    Note: Not available
    1. Report
  2. Question: Which of the following values is/are valid for the valign attribute of a <tr> tag?

    A
    base

    B
    bottomline

    C
    middle

    D
    baseline

    E
    none

    Note: Not available
    1. Report
  3. Question: Which event is fired when an element loses its focus on a form?

    A
    onfocus

    B
    onload

    C
    onblur

    D
    onselect

    Note: Not available
    1. Report
  4. Question: Which of the following values are valid for the align attribute of a <td> tag?

    A
    left

    B
    right

    C
    center

    D
    offset

    Note: Not available
    1. Report
  5. 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
  6. Question: How will you specify a comment in an HTML document?

    A
    <!!-Here is a comment...-!>

    B
    <-Here is a comment...->

    C
    <!--Here is a comment...-->

    D
    <!Here is a comment...-!>

    Note: Not available
    1. Report
  7. Question: Which of the following font styling tag is not valid?

    A
    <small>

    B
    <i>

    C
    <b>

    D
    <big>

    E
    <large>

    Note: Not available
    1. Report
  8. Question: Which of the following is not a valid input type of the form tag?

    A
    Checkbox

    B
    image

    C
    hidden

    D
    button

    E
    All are valid

    Note: Not available
    1. Report
  9. Question: A <!DOCTYPE> defines the document type of any HTML document. It can be of three types:

    A
    Strict,Transitional, or Frameset

    B
    Strict,Transitional, or Loose

    C
    Fixed,Intermediate, or Loose

    D
    Fixed, Intermediate, or Frameset

    Note: Not available
    1. Report
  10. Question: On one of your Web pages named listing.html, you have specified a target at the following: <a name="target4" id="target4">Old Listing</a> How will you make a link to the above target?

    A
    <a url="#target4">Check Old Listing as well</a>

    B
    <a href="#target4">Check Old Listing as well</a>

    C
    <link href="#target4">Check Old Listing as well</link>

    D
    <a url="#Listing.target4">Check Old Listing as well</a>

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