Q. Which tag inserts a line horizontally on your web page?

  • (A) <hr>
  • (B) <line>
  • (C) <line direction="horizontal">
  • (D) <tr>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <hr>

Q. A webpage displays a picture. What tag was used to display that picture?

  • (A) picture
  • (B) image
  • (C) img
  • (D) src
πŸ’¬ Discuss
βœ… Correct Answer: (C) img

Q. <b> tag makes the enclosed text bold. What is other tag to make text bold?

  • (A) <strong>
  • (B) <dar>
  • (C) <black>
  • (D) <emp>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <strong>

Q. Tags and test that are not directly displayed on the page are written in _____ section.

  • (A) <html>
  • (B) <head>
  • (C) <title>
  • (D) <body>
πŸ’¬ Discuss
βœ… Correct Answer: (B) <head>

Q. What should be the first tag in any HTML document?

  • (A) <head>
  • (B) <title>
  • (C) <html>
  • (D) <document>
πŸ’¬ Discuss
βœ… Correct Answer: (C) <html>

Q. Which tag allows you to add a row in a table?

  • (A) <td> and </td>
  • (B) <cr> and </cr>
  • (C) <th> and </th>
  • (D) <tr> and </tr>
πŸ’¬ Discuss
βœ… Correct Answer: (D) <tr> and </tr>

Q. How can you make a bulleted list?

  • (A) <list>
  • (B) <nl>
  • (C) <ul>
  • (D) <ol>
πŸ’¬ Discuss
βœ… Correct Answer: (C) <ul>

Q. How can you make a numbered list?

  • (A) <dl>
  • (B) <ol>
  • (C) <list>
  • (D) <ul>
πŸ’¬ Discuss
βœ… Correct Answer: (B) <ol>

Q. How can you make an e-mail link?

  • (A) <a href="xxx@yyy">
  • (B) <mail href="xxx@yyy">
  • (C) <mail>xxx@yyy</mail>
  • (D) <a href="mailto:xxx@yyy">
πŸ’¬ Discuss
βœ… Correct Answer: (D) <a href="mailto:xxx@yyy">

Q. What is the correct HTML for making a hyperlink?

  • (A) <a href="http://mcqbuddy.com">ICT Trends Quiz</a>
  • (B) <a name="http://mcqbuddy.com">ICT Trends Quiz</a>
  • (C) <http://mcqbuddy.com</a>
  • (D) <a url="http://mcqbuddy.com">ICT Trends Quiz</a>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <a href="http://mcqbuddy.com">ICT Trends Quiz</a>