How can you have different number of cells for each row of a
table in HTML?
Answer Posted / 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 View All Answers
where can i learn VB scripint ?
What is the use of option explicit statement?
How to access array data?
Explain the extension .hta?
What are the special sub-types in vbscript?
Mention what is vbscript procedures?
regular expression that will recognize a browser as long as its name property starts with mybrowser
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
Explain different types of segment?
i need to sort the data using qtp script for this how i need to write a qtp script
Out of the different type of operators, which are evaluated first and last in the vbscript language?
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
In html file what is an ideal position to include vbscript?
What is the difference between do until loop and do while loop?