Q. Choose the correct HTML tag to make a text italic

  • (A) <ii>
  • (B) <italics>
  • (C) <italic>
  • (D) <i>
πŸ’¬ Discuss
βœ… Correct Answer: (D) <i>

Q. Choose the correct HTML tag to make a text bold?

  • (A) <b>
  • (B) <bold>
  • (C) <bb>
  • (D) <bld>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <b>

Q. What is the correct HTML for adding a background color?

  • (A) <body color="yellow">
  • (B) <body bgcolor="yellow">
  • (C) <background>yellow</background>
  • (D) <body background="yellow">
πŸ’¬ Discuss
βœ… Correct Answer: (B) <body bgcolor="yellow">

Q. Choose the correct HTML tag for the smallest size heading?

  • (A) <heading>
  • (B) <h6>
  • (C) <h1>
  • (D) <head>
πŸ’¬ Discuss
βœ… Correct Answer: (B) <h6>

Q. What is the correct HTML tag for inserting a line break?

  • (A) <br>
  • (B) <lb>
  • (C) <break>
  • (D) <newline>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <br>

Q. What does vlink attribute mean?

  • (A) visited link
  • (B) virtual link
  • (C) very good link
  • (D) active link
πŸ’¬ Discuss
βœ… Correct Answer: (A) visited link

Q. Which attribute is used to name an element uniquely?

  • (A) class
  • (B) id
  • (C) dot
  • (D) all of above
πŸ’¬ Discuss
βœ… Correct Answer: (B) id

Q. Which tag creates a check box for a form in HTML?

  • (A) <checkbox>
  • (B) <input type="checkbox">
  • (C) <input=checkbox>
  • (D) <input checkbox>
πŸ’¬ Discuss
βœ… Correct Answer: (B) <input type="checkbox">

Q. To create a combo box (drop down box) which tag will you use?

  • (A) <select>
  • (B) <list>
  • (C) <input type="dropdown">
  • (D) all of above
πŸ’¬ Discuss
βœ… Correct Answer: (A) <select>

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

  • (A) <p>
  • (B) <u>
  • (C) <i>
  • (D) <img>
πŸ’¬ Discuss
βœ… Correct Answer: (D) <img>