Keyboard Shortcuts N Next post
P Previous post
S Save / unsave
R Read aloud
T Toggle theme
/ Focus search
Esc Close panels
🔥
Ready to read...
General HTML Questions
html Questions

General HTML Questions

Reviewed & accurate
AI Summary



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
Test Your Knowledge
How did you find this?

Comments

Join the discussion! Sign in with your Google or Blogger account, or comment as Anonymous - no account needed. For quick questions, also reach me on Telegram @cytestch.

Comments