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 to throw an error in vbscript?
how to retrive the tooltip by using descriptive programming in qtp?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
Explain different types of segment?
Whenever I use Wscript.Echo Qtp raising Run time error as 'Object required for Wscript' How I can create object for Wscript
What is Procedure or Subroutine in VB Script?
What is loose binding? Why is it not a good practice to use it?
How to write VB script for login module?
Explain about scrrun.dll in vbscript?
how to find number of characters(letter a) in the sentence Rain Rain Go away
How will you trim the spaces on the left of a string using vbscript?
write a vb script to display factorial of a number using function