General HTML Questions Page 17

Ram Pothuraju



181.What tag is used to define a text area?  

   a)The <AREA> tag.

   b)The <TEXTAREA> tag.

   c)The <TEXTSPACE> tag.

   d)The <TA> tag.

ans:b

182.Is a table cell or a table row defined first?  

   a)A table row.

   b)A table cell.

   c)Neither one.

   d)none

ans:a

183.What two attributes define the height and width of a table?  

   a)The HEIGHT and WIDTH attributes.

   b)The SIZE and SHAPE attributes.

   c)The DEPTH and LENGTH attributes.

   d)all the above

ans:a

184.What attribute defines a table's border size?  

   a)The SIZE attribute.

   b)The BORDERSIZE attribute.

   c)The BORDER attribute.

   d)The BORSIZE attribute.

ans:c

185.What tag defines a table caption?  

   a)The <CAPTION> tag.

   b)The <TABLENAME> tag.

   c)The <NAME> tag.

   d)The <TITLE> tag.

ans:a

186.In what part of the table does your contents go?

   a)between the <table> and </table> tags

   b)between the <tr> and </tr> tags

   c)between the <td> and </td> tags

   d)between the <tc> and </tc> tags

ans:c

187.Where does the <caption> Your Caption </caption> tag go?

   a)after the <tr> but before the <td> tag

   b)after the <table> but before the <tr> tag

   c)at the end of the table (after </table>)

   d)none of the above

ans:b

189.If align="center" is put in the table tag, what would happen?

   a)it would align the contents of the table to center

   b)nothing as it is not allowed

   c)it would align the table to the center

   d)none of the above

ans:c

190.Which one of the following isnt a html tag

   a)<lr>

   b)<br>

   c)<hr>

   d)all the above are valid html tags

ans:a

191.What is the right way to display a comment tag

   a)<!--comment goes here-->

   b)</--comment goes here--/>

   c)<#!--comment goes here-->

   d)<!--comment goes here--/>

ans:a

192.What comes after the </head> tag

   a)</title>

   b)<title>

   c)</body>

   d)<body>

ans:d

193.Which predefined target name is used to open documents in the same window

   a)_blank

   b)_self

   c)_parent

   d)_top

ans:b

194.The attribute used to remove the borders around frames is

   a)BORDER

   b)NOBORDER

   c)FRAMEBORDER

   d)REMBORDER

ans:c

195.Floating frames can be created by using

   a)<FLOATFRAME>

   b)<FFRAME>

   c)<INLINEFRAME>

   d)<IFRAME>

ans:d

196. Which of the following are the important factor(s) that should be considered when developing a web application?
   
    a) look and feel

    b) response time

    c) navigation

    d) All of the above

ans:d

197. To ensure uniform alignment in HTML pages across browsers,  it is always advisable to

    a) use a HTML Table

    b) use static padding with &nbsp; statements to achieve the required alignment

    c) put in blank spaces

    d) use the Tab key

ans:b

198. The MAXLENGTH works for which of the following form elements?

    a) TEXTAREA

    b) TEXT

    c) Both

    d) Neither

ans:b

199.10. TCP/IP can include

    a) applications only

    b) protocols only

    c) network medium only

    d) applications, protocols and network medium

ans:b

200. Directives included as special HTML tags in the HTML pages are called

    a) #include directives

    b) Common Gateway Interface (CGI)

    c) Server Side Include (SSI)

    d) None of the above

ans:c



PREVIOUS NEXT

Post a Comment

0Comments

Post a Comment (0)