General HTML Questions Page 16

Ram Pothuraju



161.A drop down list in html can be created by using

   a)<SELECT>

   b)<DD>

   c)<DROPDOWN>

   d)<LIST>

ans:a

162.<OPTGROUP> is used to

   a)specify a list item in the list of a SELECT control

   b)create a dropdown list

   c)group selection list choice into a hierarchy

   d)none of the above

ans:c

163.The <ISINDEX> element

   a)lets the user search an index by entering keywords

   b)doesnt need a closing tag

   c)is usually written in the <HEAD> section

   d)all the above

ans:d

164.In netscape navigator, secure transactions can be processed using

   a)<SECURE>

   b)<SEC>

   c)<KEYGEN>

   d)<GEN>

ans:c

165.which of the following html statements create two column frames

   a)<FRAME COLS="50%,50%">

   b)<FRAMESET "50%,50%">

   c)<FRAME COLS="0.5,0.5">

   d)<FRAMESET COLS="50%,50%">

ans:d

166.While creating frames, actual pixels value can be assigned
    to COLS instead of percentages

   a)True

   b)False

ans:a

167.The element that is used to load a page into a frame is

   a)<FRAME>

   b)<FRAMESET>

   c)<FR>

   d)<FRAMELOAD>

ans:a

168.which attribute of <FRAMESET> should be set inorder to load a page into a frame

   a)SRC

   b)COLS

   c)ROWS

   d)FRAMEBORDER

ans:a

169.The <NOFRAMES> element should be placed

   a)inside the <HEAD> element

   b)inside the <BODY>

   c)inside <FRAMESET>

   d)none of the above

ans:c

170.When a browser that can handle frames encounter <NOFRAMES>,it

   a)ignores the element

   b)displays an error

   c)treats the content inside the element as plain text

   d)none of the above

ans:a

171.Which of the following statements is true

   a)all graphical browsers can handle frames

   b)we cannot use <NOFRAMES> in a browser that can handle frames

   c)we can create both horizantal and vertical frames in a single page

   d)all the above

ans:c

172.What tag is used to initially create a frame?

   a)<FRAME>

   b)<FR>
 
   c)<FRAMESET>

   d)<F>

ans:c

173. What does the tag <NOFRAMES> do?

   a)Specifies that no frames are included in the HTML file.

   b)Allows information after the tag to be displayed with browsers that cannot handle frames.

   c)Tells the browser to ignore the frame content.

   d)none of the above

ans:b

174. What does the SCROLLING=YES attribute do?

   a)Allows scroll bars on a frame.

   b)Lets the browser choose if scroll bars should be used.

   c)Allows all the text on the page to scroll automatically.

   d)none of the above

ans:a

175. Which attribute do you use to specify the URL location of the frame in a <FRAME> tag?

   a)URL

   b)HREF

   c)SRC

   d)IMG

ans:c

176.2. What would the following <FRAMESET cols="30%,70%"> do?

   a)Sets up two frames.

   b)Sets up one frame taking 30% of the page.

   c)Sets up two frames, split horizontally.

   d)all the  above

ans:a

177.What two attributes define frame height and width?  

   a)The HEIGHT and WIDTH attributes.

   b)The ROWS and COLS attributes.
 
   c)The DEPTH and LENGTH attributes.

   d)all the above

ans:b

178.What two browsers support frames?  

   a)Netscape and Lynx.

   b)Lynx and Internet Explorer.

   c)Netscape and Internet Explorer.

   d)all the above

ans:c

179.What values can the METHOD attribute have?  

   a)The GET and POST values.

   b)The PUT and PLACE values.

   c)The POST and REQUEST values.

   d)none of the above

ans:a

180.What shape is a radio button?  

   a)A diamond.

   b)A circle.

   c)A square.

   d)a rectangle

ans:b



PREVIOUS NEXT

Post a Comment

0Comments

Post a Comment (0)