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


Please Help Members By Posting Answers For Below Questions

Mention what are the rules to name variable in vbscript?

540


What is the use of the formatdatetime function in the vbscript language?

554


Explain about constants in vb script?

575


What is the main difference between function and sub-procedure?

552


how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me

12893






What is the extension of the vbscript file?

553


write any ttest cases using check points and parameterization

1821


What is the use of option explicit statement?

583


What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?

487


How will you convert a given number to long in vbscript?

494


Mention how to assign a date value to a variable?

590


How to open excel in vb script?

570


Explain the support of asp for vb script functionality?

637


I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?

1549


What are the valid scopes of a variable in vbscript?

610