Which tag is used to create table row

Answers were Sorted based on User's Feedback



Which tag is used to create table row..

Answer / garima

<tr> tag

Is This Answer Correct ?    4 Yes 0 No

Which tag is used to create table row..

Answer / sj computer man student

<table border="1">
<tr>
<td>row 1, cell 1</td>
</tr>
</table>

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Programming Languages AllOther Interview Questions

MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON

0 Answers  


1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?

0 Answers   HTC,


What is std::auto_ptr?

1 Answers   Amazon,


what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?

0 Answers  


i want to improve my english vocab for racking campus written exam plz tell me best book for prepration......

0 Answers  






what is difference between input parameter and output parameter.

0 Answers   NIIT,


needs examples for black box testing and white box testing

1 Answers   CTS, IBM, Wipro,


Write a program which inputs 2 integers representing the sides of a triangle, a and b. Next, write a function which accepts the 2 sides as parameters and returns the hypotenuse of the triangle, c. Use c 2 = a 2 + b 2 To raise a number to an exponent, us e the built - in JavaScript function Math.pow() Let’s say you have a variable x and you want to raise it to the 5 th power, use Math.pow in the following manner... Math.pow( x, 5 ); This will raise x to the 5 th power. To find the square root of a number, use t he built - in JavaScript function Math.sqrt () So to find the square root of x, use Math.pow () in the following manner... Math.sqrt( x ) You must create 2 functions to receive credit for this assignment. Your ‘ main ’ function which is called from the button. And your hypotenuse function. Again, the main function calls upon the hypotenuse f unction when it needs that value. Get the user ’ s input, call the function, output your result. Create your own CSS layout

0 Answers  


How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function

1 Answers   R V College of Engineering, University of Jordan,


What is Partial class and its use?

1 Answers  


For C sharp,At the time of software is implemented at client site, is it required that client machine have C sharp(Microsoft Visual Basic) setup?

1 Answers   Honeywell,


what is the difference between a namespace and assembly ?

4 Answers   Innominds, Polaris,


Categories