HTML Tags-3
1. Which of the following element is used to add rows in the table?
a) <td> tag
b) <th> tag
c) <tr> tag
d) None of the above
Answer: C
<tr> is used to add rows in the table.
2. The <hr> tag is also known as
a) new line
b) vertical ruler
c) new paragraph
d) horizontal ruler
Answer: D
hr tag is also known as horizontal ruler.
3. Which tag is used to display the text with scrolling effect?
a) <marquee> tag
b) <scroll> tag
c) <div> tag
d) None of the above
Answer: A
<marquee> tag is used to display the text with scrolling text.
4. Which of the following is the container for <tr>, <th>, and <td>?
a) <data>
b) <table>
c) <group>
d) All of the above
Answer: B
<table> is the container for <tr>, <th>, and <td>.
5. What are the types of unordered or bulleted list?
a) disc, square, triangle
b) polygon, triangle, circle
c) disc, circle, square
d) All of the above
Answer: C
No explaination is given for this question.
6. Which of the following is the paragraph tag?
a) <p>
b) <b>
c) <pre>
d) None of the above
Answer: A
No explaination is given for this question.
7. The tags in HTML are
a) Case-sensitive
b) in uppercase
c) not case sensitive
d) in lowercase
Answer: C
The tags in HTML are not case sensitive.
8. Which tag is the root tag of the HTML document?
a) <body> tag
b) <head> tag
c) <title> tag
d) <html> tag
Answer: D
<html> tag is the root tag of the HTML document.
9. The <base> tag is designed to appear only between _______
a) <body>
b) <head>
c) <title>
d) None of the above
Answer: B
No explaination is given for this question.
10. Which tag is used to add a paragraph break after the text?
a) <br> tag
b) <p> tag
c) <paragraph> tag
d) <hr> tag
Answer: A
<br> tag is used to add a paragraph break after the text.