Computer Science, asked by goodra6341, 1 year ago

Which attribute you’ll use with TD tag to merge two cells horizontally?
A.merge=colspan2
B.rowspan=2
C.colspan=2
D.merge=row2

Answers

Answered by susmita1234
4
Option C colspan=2
PLEASE PLEASE PLEASE MARK ME BRAINILIST
Answered by sadiaanam
0

Answer:

The correct answer is Option (C) colspan=2

Explanation:

The attribute you’ll use with TD tag to merge two cells horizontally - Colspan=2

Using the colspan attribute in a td> HTML tag, you can merge two or more table cells in a column (table data). The rowspan attribute can be used to merge two or more row cells.

In HTML, utilize the colspan attribute in the td> tag to combine table columns. Combine cells using this method. For example, if your table has four rows and four columns, you may easily merge two or three of the table cells using the colspan feature.

  • The td> tag in HTML tables defines a standard data cell. There are two types of cells in an HTML table: Header cells (formed using the th> element) carry header information. Data cells - data cells (made with the td> element)
  • The colspan attribute specifies how many columns a table cell should span.

Find more like this here:

https://brainly.in/question/4614234

#SPJ6

Similar questions