How can you have different number of cells for each row of a
table in HTML?
Answers were Sorted based on User's Feedback
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 |
How can I get the value of an object property or variable in another frame?
who you define variables and functions in VB?
write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 Answers Logica CMG, McGraw Hill,
Which is the default Data types in VBScript?
How will you check that a variable is an array in vbscript?
what is the difference between modular and data and keyword driven framework
What is byref and byval parameters in vbscript?
Input = 124 output should be 124421 Please do not use any string functions/variables
Mention what is the use of option explicit in vbscript?
Which operator can be used to do an xor operation in vbscript?
What is the difference between function and procedure?