8th Class Computers Science HTML Question Bank Hyper Text Markup Langurage

  • question_answer
    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? <HTML> <HEAD> <TITLE> creating a table </TITLE> <BODY> <TABLE BORDER = "5" WIDTH = "100%"> <TR> <TH> class </TH> <TH> time </TH> <TR> <TD> computer science </TD> <TD> 10:00 </TD> </TR> </TABLE> </BODY> </HTML>

    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.

    Correct Answer: A

    Solution :

    Not Available


You need to login to perform this action.
You will be redirected in 3 sec spinner