adspace
question related to table havi colspan and row span
Answer Posted / Shivam Rathaur
Colspan and Rowspan are HTML attributes used within table cells (td) for controlling the number of columns or rows that a cell spans across or down.nn- Colspan: The 'colspan' attribute specifies the number of columns that a cell should stretch across. For example, <td colspan="3"> will create a cell spanning 3 columns.nn- Rowspan: The 'rowspan' attribute specifies the number of rows that a cell should span downwards. For example, <td rowspan="2"> will create a cell spanning 2 rows.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain
difference between Response.write,server.transfer and also which one is used when ?
I can't be bothered with cas. Can I turn it off?
How do I know when my thread pool work item has completed?
Different types of authentication modes in .net framework ?
hi, kindly send WWF(.net 3.5) pdf notes to my id. thanx in advance, chays
Why am I getting an invalidoperationexception when I serialize an arraylist?
How does an appdomain get created?