HTML TEST PAPER COPA TRADE

TEST 7 COPA HTML

HTML TEST PAPER COPA TRADE

1) HTML stands for –

  1. HighText Machine Language
  2. HyperText and links Markup Language
  3. HyperText Markup Language
  4. None of these

2) The correct sequence of HTML tags for starting a webpage is –

  1. Head, Title, HTML, body
  2. HTML, Body, Title, Head
  3. HTML, Head, Title, Body
  4. HTML, Head, Title, Body

3) The correct sequence of HTML tags for starting a webpage is –

  1. Head, Title, HTML, body
  2. HTML, Body, Title, Head
  3. HTML, Head, Title, Body
  4. HTML, Head, Title, Body

4) Which of the following element is responsible for making the text bold in HTML?

  1. <pre>
  2. <a>
  3. <b>
  4. <br>

5) Which of the following tag is used to insert a line-break in HTML?

  1. <br>
  2. <a>
  3. <pre>
  4. <b>

6) How to create an unordered list (a list with the list items in bullets) in HTML?

  1. <ul>
  2. <ol>
  3. <li>
  4. <i>

7) Which character is used to represent the closing of a tag in HTML?

  1. \
  2. !
  3. /
  4. .

8) How to create an ordered list (a list with the list items in numbers) in HTML?

  1. <ul>
  2. <ol>
  3. <li>
  4. <i>

9) Which of the following element is responsible for making the text italic in HTML?

  1. <i>
  2. <italic>
  3. <it>
  4. <pre>

10) How to insert an image in HTML?

  1. <img href = “jtp.png” />
  2. <img url = “jtp.png” />
  3. <img link = “jtp.png” />
  4. <img src = “jtp.png” />

11) How to add a background color in HTML?

  1. <marquee bg color: “red”>
  2. <marquee bg-color = “red”>
  3. <marquee bgcolor = “red”>
  4. <marquee color = “red”>

12) Which of the following tag is used to make the underlined text?

  1. <i>
  2. <ul>
  3. <u>
  4. <pre>
See also पोलीस भरती महाराष्ट्र पोलीस दल विशेष प्रश्न उत्तरे 2021

13) How to create a checkbox in HTML?

  1. <input type = “checkbox”>
  2. <input type = “button”>
  3. <checkbox>
  4. <input type = “check”>

14) The <hr> tag in HTML is used for –

  1. new line
  2. vertical ruler
  3. new paragraph
  4. horizontal ruler

15) Which of the following HTML tag is used to display the text with scrolling effect?

  1. <marquee>
  2. <scroll>
  3. <div>
  4. None of the above

16) Which of the following HTML tag is the special formatting tag?

  1. <p>
  2. <b>
  3. <pre>
  4. None of the above

17) Which of the following is the container for <tr>, <th>, and <td> ?

  1. <data>
  2. <table>
  3. <group>
  4. All of the above

18) Which of the following is the paragraph tag in HTML?

  1. <p>
  2. <b>
  3. <pre>
  4. None of the above

19) An HTML program is saved by using the ____ extension.

  1. .ht
  2. .html
  3. .hml
  4. None of the above

20) A program in HTML can be rendered and read by –

  1. Web browser
  2. Server
  3. Interpreter
  4. None of the above

21) Which of the following is the root tag of the HTML document?

  1. <body>
  2. <head>
  3. <title>
  4. <html>

Leave a Comment