General HTML Questions Page 13

Ram Pothuraju




101.Unordered and ordered lists can be customized by changing the attribute

  a)CLASS

  b)TYPE

  c)TITLE

  d)CLEAR

ans:b

102.To give an unordered list with hollow bullets,the attribute TYPE must be set to

  a)DISC

  b)SQUARE

  c)CIRCLE

  d)none of the above

ans:c

104.When using style sheets, which of the following attributes is used to set the
    style of list items

  a)LIST-STYLE-TYPE

  b)STYLE-TYPE

  c)TYPE

  d)none

ans:a

105.The TYPE attribute in a ordered list is set to _______ to give the numbering in
    small roman numerals

  a)I

  b)R

  c)c

  d)i

ans:d

106.The TYPE attribute in a ordered list is set to _______ to give the numbering in
    large roman numerals

  a)I

  b)R

  c)s

  d)i

ans:a

107.TYPE="a" in a ordered list uses

  a)default numbering system

  b)lower case letters

  c)upper case letters

  d)none

ans:b

108.while working with style sheets, in an ordered list the LIST-STYLE-TYPE
    attribute is set to ___________ for numbering as a,b,c,d......

  a)DECIMAL

  b)LOWER-ALPHA

  c)LOWER

  d)none

ans:b

109.For which of the following , the end tag is optional

  a)<DD>

  b)<DT>

  c)<br>

  d)<DL>

ans:a,b and c

110.we cannot create a list inside another list using straight html

  a)true

  b)false

ans:b

111.A single column menu list is created using

  a)<MENU>

  b)<ML>

  c)<M>

  d)none

ans:a

112.In a definition list,information contained in the <DD> can be displayed on
    the same line as the <DT> term by using

  a)<DL line>

  b)<DL same>

  c)<DL align>

  d)<DL compact>

ans:d

113.The <dt> tag produces an indented definition below the <dd> tag.
 
  a)True

  b)False

ans:a

114.A table row in html can be created using

  a)<R>

  b)<ROW>

  c)<TR>

  d)<TROW>

ans:c

115.How can one add a border to a table in html

  a)by using <BORDER>

  b)by setting the 'BORDER' attribute in <TABLE> element

  c)by using <B>

  d)none

ans:b

116.How to add a column to a table

  a)using <TC>

  b)using <C>

  c)using <COLUMN>

  d)none

ans:d

117.Setting a value 0 for BORDER attribute inside a <TABLE> element would

  a)keep a plain border

  b)turn off the border

  c)keep a 2 pixel wide border

  d)keep a 1 pixel wide border

ans:b

118.The attribute that is used to increase the space between the edges of the cells
    and the actual contents of the cell inside a table is

  a)BORDER

  b)CELL SPACING

  c)CELL PADDING

  d)none

ans:c

119.The space between the cells in a table can be set by using the attribute

  a)BORDER

  b)CELL SPACING

  c)CELL PADDING

  d)none

ans:b

120.The attributes CELLPADDING and CELLSPACING does the same job

  a)true

  b)false

ans:b


PREVIOUS NEXT

Post a Comment

0Comments

Post a Comment (0)