Write an HTML code to create a table with three rows and two columns. Add appropriate headers and enter the data into the table.

What will be an ideal response?



        
           
           
        
         
           
           
         
         
                     
         
   
NameRoll No
Andy34
Anish35

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) Exception handling enables programmers to write robust and fault-tolerant programs. b) Exception handling can catch the exception but cannot resolve the exception. c) Exception handling can resolve exceptions. d) There are many ways of handling exceptions.

Computer Science & Information Technology

Which of the following data structures is useful for traversing a given graph by breadth-first search?

a. Queue b. List c. Stack d. Linked list

Computer Science & Information Technology

A form that is contained within another form is called a ________

A) subform B) proform C) sibling form D) parent form

Computer Science & Information Technology

The question"Would you like vanilla ice cream?" is an example of ____.

A. multiple branching B. parallel branching C. repetitive branching D. binary branching

Computer Science & Information Technology