General HTML Questions

Ram Pothuraju



1.which of the following headers is rendered in larger font than the others

  a)h4
  b)h3
  c)h2
  d)h5

ans:c

justification:h1 has the largest font and then h2

2.headers are given in which segment of the html file

  a)head
  b)body
  c)both a & b
  d)none

ans:b

justification:headers are given inside the body

3.The actual contents of a Web page are displayed in real time:
      a)the fastest possible manner
      b)the browser display window
      c)the history list
      d)the nick of time

ans:b



4.HTML tags for which no corresponding close-tag exists are called:
      a)solo tags
      b)empty tags
      c)single tags
      d)lonely tags
      e)unmatched tags

ans:b

justification:empty tags do not have close tags

5.Once you have created a Web page, your users will see the page exactly the same way it appears to you.
      a)True
      b)False

ans:b

justification:creation takes place as text while the user views it as a html page

6.Most HTML tags have the structure:
      a)<tag> ... <tag>
      b)<tag> ... <!tag>
      c)<tag> ... </tag>
      d)<tag1> ... <tag2>
      e)<tag> ... <notag>

ans:c


PREVIOUS NEXT

Post a Comment

0Comments

Post a Comment (0)