How can you have different number of cells for each row of a
table in HTML?

Answers were Sorted based on User's Feedback



How can you have different number of cells for each row of a table in HTML?..

Answer / meme

you use <td colspan = number>

Is This Answer Correct ?    4 Yes 2 No

How can you have different number of cells for each row of a table in HTML?..

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

Post New Answer

More VB Script Interview Questions

write a vb script to display the reverse of vbs

2 Answers  


What is the difference between vbscript and vba?

0 Answers  


Mention what is the use of option explicit in vbscript?

0 Answers  


What are the naming conventions while declaring a variable in the vbscript language?

0 Answers  


we executed QTP scripts in one browser(i.e IN)same scripts is working on another browsers or not (i.e mean netscap,m azol..like )

6 Answers   Accenture,


can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)

3 Answers   Bally Technologies,


how many types of recording are there?

1 Answers  


Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.

0 Answers   CSC,


How many types of operators are available in the vbscript language?

0 Answers  


Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10

2 Answers  


How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz

0 Answers  


How do you write an SQL insert statement?

4 Answers   HCL,


Categories