1. Which tag is used to define the basic font size for the whole document?
    1. < BASEFONT >
    2. < COLOR >
    3. < FONT >
    4. < SIZE >
  2. The default value of Typr attribute for an unordered list is ____
    1. Disc
    2. Square
    3. Circle
    4. None of these
  3. Which of the following tags is suitable for creating numbered list
    1. < BL >
    2. < OL >
    3. < UL >
    4. None of these
  4. To display (X + Y) 2the correct HTML code is ;
    1. < SUB > (X + Y)2 < /SUB >
    2. X + Y < SUP > 2 < /SUP>
    3. (X + Y) < SUP > 2 < /SUP>
    4. Direct Type Defination
  5. Anything written between _____is taken as a comment
    1. < ?-- >
    2. < ?--? >
    3. < !--and-->
    4. < /--->
  6. To start a list with alphabet E ,which line is used
    1. < OL type="A">
    2. < OL Type="A" start="5">
    3. < OL Type="E">
    4. < OL Start="E">
  7. Which of the following is a text editor
    1. Wordpad
    2. Notepad
    3. Both a & b
    4. None of these

Fill In The Blanks :

  1. The ____ section contains the content to be displayed on the webpage

  2. The _____editor provides various tools and graphical interface where the webpages are designed.

  3. ____and_____are attribute of the < HR > tag.

  4. The color of the text in the HTML document can be changed using ____attribute in font tag.

  5. The FACE attribute of_____tag is used to change typeface or the name of the font.

  6. The ____attribute of body tag defines the color of visited links in a document.

  7. The _____attribute of Body tag changed the color of the Active links.

  8. The three values that can be defined with _____are disc,square and circle.

  9. To specify the start value of first item from which an ordered list should start _____attribute is used.

  10. The list created within a list is called ____ list.

  11. The default color of a hyperlink in a webpage is ____ .

  12. The ____tag is used to create subscripts and ______tag is used to create superscripts on a webpage.

  13. The _____tag is used to define the thickness of horizontal rule.

  14. The _____tag is used to insert line break on a webpage.

page no:100
         
Home