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 get the length of the string by making use of the string function?
what is the function to display current date?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
How to pass the parameter from one function to another function in VB Scripting?
write a vb script to generate hello 5 times using do until loop
how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
Mention how to access array data?
how to delete folder test3,test4 and test5 using vbscript?
write a vb script to display first 5 odd numbers from 1 to 100
Which event is triggered when mouse focus comes out of an element in the vbscript language?
How can you test font size, type and color using QTP tool?