Q. To create HTML document you require a

  • (A) web page editing software
  • (B) High powered computer
  • (C) Just a notepad can be used
  • (D) None of above
πŸ’¬ Discuss
βœ… Correct Answer: (C) Just a notepad can be used

Q. The special formatting codes in HTML document used to present content are

  • (A) tags
  • (B) attributes
  • (C) values
  • (D) None of above
πŸ’¬ Discuss
βœ… Correct Answer: (A) tags

Q. HTML documents are saved in

  • (A) Special binary format
  • (B) Machine language codes
  • (C) ASCII text
  • (D) None of above
πŸ’¬ Discuss
βœ… Correct Answer: (C) ASCII text

Q. Some tags enclose the text. Those tags are known as

  • (A) Couple tags
  • (B) Single tags
  • (C) Double tags
  • (D) Pair tags
πŸ’¬ Discuss
βœ… Correct Answer: (D) Pair tags

Q. The _____ character tells browsers to stop tagging the text

  • (A) ?
  • (B) /
  • (C) >
  • (D) %
πŸ’¬ Discuss
βœ… Correct Answer: (B) /

Q. In HTML document the tags

  • (A) Should be written in upper case
  • (B) should be written in lower case
  • (C) should be written in proper case
  • (D) can be written in both uppercase or lowercase
πŸ’¬ Discuss
βœ… Correct Answer: (D) can be written in both uppercase or lowercase

Q. Marquee is a tag in HTML to

  • (A) mark the list of items to maintain inqueue
  • (B) Mark the text so that it is hidden in browser
  • (C) Display text with scrolling effect
  • (D) None of above
πŸ’¬ Discuss
βœ… Correct Answer: (C) Display text with scrolling effect

Q. There are ____ different of heading tags in HTML

  • (A) 4
  • (B) 5
  • (C) 6
  • (D) 7
πŸ’¬ Discuss
βœ… Correct Answer: (C) 6

Q. To create a blank line in your web page

  • (A) press Enter two times
  • (B) press Shift + Enter
  • (C) insert <BR> tag
  • (D) insert <BLINE>
πŸ’¬ Discuss
βœ… Correct Answer: (C) insert <BR> tag

Q. Which of the following is not a style tag?

  • (A) <b>
  • (B) <tt>
  • (C) <i>
  • (D) All of above are style tags
πŸ’¬ Discuss
βœ… Correct Answer: (D) All of above are style tags