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

* ** *** Please write a code to get output like above diagram? ple explain as it how the code works?

2 Answers  


WHAT IS ENVIRONMENT VARIABLES?and where it is used in real time scenario?

2 Answers  


Mention how you can call vbscript functions?

0 Answers  


Is vbscript a case-sensitive or case-insensitive?

0 Answers  


What are the valid scopes of a variable in vbscript?

0 Answers  






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

2 Answers  


Why is it recommended to close the database connection every time after the work is completed?

0 Answers  


What is event handling in vbscript?

0 Answers  


write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple

7 Answers  


Which date function is used in the vbscript language to find the difference between the 2 dates?

0 Answers  


Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.

0 Answers  


1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)

0 Answers   iFlex,


Categories