Computer Science, asked by trisha345697, 4 months ago

Fill in the blanks:
1. A _________ is a grid of rows and columns.
2. We use the ____________ tag to add headings to a table.
3. The ____________ tag is used to add a title to a table.
4. Cell ____________ is the space between cells of a table.
5. The <a> tag can make text into a ____________
6. type is an attribute of the ____________ tag.
7. The ___________ tag is used to create a field on a form to input several lines of text.
True or False:
1. A table arranges data in rows and columns.
2. A table on a web page makes data easier to read.
3. To add columns to an HTML table, use the <td> tag.
4. Hyperlinks connect web pages to each other.
5. The default link color in HTML is green.
6. The <select> tag is used to create a field on a form to display a list of choices.
7. The input field of password type is used to hide the characters that are entered by the user.
8. Table is a empty tag
9. Anchor tag is an empty tag
10. We cannot use an image as a link
11. <marquee> tag is a container tag
12. <form> tag is a empty tag
13. <select > and <option> tags are container tag

Choose the correct option:
1. Which attribute defines the space between cells in a table?

a) CELLSPACING b) CELLPADDING
c) SPACING d) None of these
2. Which attribute of the <table> tag is used to specify border thickness?
a) THICKNESS b) WIDTH
c) BORDER d) None of these
3. What is the default link color in HTML?
a) Blue b) Red
c) Purple d) None of these
4. input type = ________ clears the information entered by the user on the form.
a) checkbox b) radio
c) submit d) reset​

Answers

Answered by vasanth1711
10

Answer:

I. Fill in the blanks:

1. Table

2. <th>

3. <caption>

4. spacing

5. hyperlink

6. button

7. <textarea>

II. True or False

1.  True

2. True

3. True

4. True

5. False

6. True

7. True

8. False

9. False

10. False

11. False

12. True

13. False

III. Choose the correct option:

1. a) Cell Spacing

2. d) None of these

3. a) Blue

4. d) reset

Similar questions