How can you have different number of cells for each row of a
table in HTML?

Answers were Sorted based on User's Feedback



How can you have different number of cells for each row of a table in HTML?..

Answer / meme

you use <td colspan = number>

Is This Answer Correct ?    4 Yes 2 No

How can you have different number of cells for each row of a table in HTML?..

Answer / rekha

by creating a table
<table>
<tr>
<td>enter name</td>
</tr>
<tr>
<td>Ur mail id</td>
</tr>
</table

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More VB Script Interview Questions

Which operator is used to perform the comparison among 2 operands in the vbscript language?

0 Answers  


Explain about .wsf files?

0 Answers  


Explain about constants in vb script?

0 Answers  


What is the purpose of the err object in the vbscript language?

0 Answers  


Write a Fucntion to close all Opened browser expect desired one?

2 Answers   Ness Technologies,






Mention what is the use of option explicit in vbscript?

0 Answers  


When to use function procedures and what are its characteristics?

0 Answers  


what is the function to display current date?

4 Answers  


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

3 Answers   TCS,


write any ttest cases using check points and parameterization

0 Answers  


Difference between Function and Sub routine?

0 Answers   Polaris,


How to make professional test report using vbscript code in UFT, which gives us complete analysis of the test.

0 Answers   College School Exams Tests,


Categories