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?
Name | Roll No |
---|---|
Andy | 34 |
Anish | 35 |
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.
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
A form that is contained within another form is called a ________
A) subform B) proform C) sibling form D) parent form
The question"Would you like vanilla ice cream?" is an example of ____.
A. multiple branching B. parallel branching C. repetitive branching D. binary branching