MCQOPTIONS
Saved Bookmarks
| 1. |
Varun has been given an assignment to write html code for the creation of table. But he made a mistake in his program. What is the correction of his error? creating a table class time computer science 10:00 |
| A. | After giving the headings OFF the <TR> tag. |
| B. | The OFF tag for <HEAD> should be given at the end. |
| C. | The OFF tag for <BODY> should be given after the <TABLE> tag. |
| D. | The attributes of table should be defined separately. |
| Answer» B. The OFF tag for <HEAD> should be given at the end. | |