TEST 7 COPA HTML
HTML TEST PAPER COPA TRADE
1) HTML stands for –
- HighText Machine Language
- HyperText and links Markup Language
- HyperText Markup Language
- None of these
2) The correct sequence of HTML tags for starting a webpage is –
- Head, Title, HTML, body
- HTML, Body, Title, Head
- HTML, Head, Title, Body
- HTML, Head, Title, Body
3) The correct sequence of HTML tags for starting a webpage is –
- Head, Title, HTML, body
- HTML, Body, Title, Head
- HTML, Head, Title, Body
- HTML, Head, Title, Body
4) Which of the following element is responsible for making the text bold in HTML?
- <pre>
- <a>
- <b>
- <br>
5) Which of the following tag is used to insert a line-break in HTML?
- <br>
- <a>
- <pre>
- <b>
6) How to create an unordered list (a list with the list items in bullets) in HTML?
- <ul>
- <ol>
- <li>
- <i>
7) Which character is used to represent the closing of a tag in HTML?
- \
- !
- /
- .
8) How to create an ordered list (a list with the list items in numbers) in HTML?
- <ul>
- <ol>
- <li>
- <i>
9) Which of the following element is responsible for making the text italic in HTML?
- <i>
- <italic>
- <it>
- <pre>
10) How to insert an image in HTML?
- <img href = “jtp.png” />
- <img url = “jtp.png” />
- <img link = “jtp.png” />
- <img src = “jtp.png” />
11) How to add a background color in HTML?
- <marquee bg color: “red”>
- <marquee bg-color = “red”>
- <marquee bgcolor = “red”>
- <marquee color = “red”>
12) Which of the following tag is used to make the underlined text?
- <i>
- <ul>
- <u>
- <pre>
13) How to create a checkbox in HTML?
- <input type = “checkbox”>
- <input type = “button”>
- <checkbox>
- <input type = “check”>
14) The <hr> tag in HTML is used for –
- new line
- vertical ruler
- new paragraph
- horizontal ruler
15) Which of the following HTML tag is used to display the text with scrolling effect?
- <marquee>
- <scroll>
- <div>
- None of the above
16) Which of the following HTML tag is the special formatting tag?
- <p>
- <b>
- <pre>
- None of the above
17) Which of the following is the container for <tr>, <th>, and <td> ?
- <data>
- <table>
- <group>
- All of the above
18) Which of the following is the paragraph tag in HTML?
- <p>
- <b>
- <pre>
- None of the above
19) An HTML program is saved by using the ____ extension.
- .ht
- .html
- .hml
- None of the above
20) A program in HTML can be rendered and read by –
- Web browser
- Server
- Interpreter
- None of the above
21) Which of the following is the root tag of the HTML document?
- <body>
- <head>
- <title>
- <html>