General HTML Questions Page 4

Ram Pothuraju



















19.how many header elements are provided by html
   
       a)three
       b)six
       c)more than six
       d)two
ans:b

justification:html has 6 header elements h1 through h6

20.which of the following staments is  true about <br>

     a)it used to render the text or markup in the next line
     b)it is an empty element terminated with a forward slash
     c)it starts a new paragraph
     d)all the above are true

ans:a,b

justification:br is rendered as <br />

21.which of the following html statements is syntactically wrong

    a)<p>if x < 10 then increment x by 1</p>
    b)<p>if x &lt; 10 then increment x by 1</p>
    c)both a & b are syntactically correct
    d)both a & b are syntactically wrong

ans:a

justification:The symbol < is used to start a html tag which is not ended in the first stmt

22.HTML is not case sensitive

  a)True
  b)False

ans:a

23.A superscript is marked up using element_______ and a subscript is marked up using element
   _________

  ans:sup,sub

24.Tags and text that do not show directly on the page are placed where ?
   a)Body
   b)Tables
   c)Head
   d)none
ans:c

justification:Tags and text that are shown directly on the page are placed in body

   
PREVIOUS NEXT

Post a Comment

0Comments

Post a Comment (0)