...
Propositional-Logic
October 14, 2023
Aptitude
October 14, 2023
Propositional-Logic
October 14, 2023
Aptitude
October 14, 2023

NVS PGT CS 2017 Part-B

Question 2
Observe the HTML code given below and identify the line that will be ignored and not displayed by the browser:
< HTML >
< TITLE > Browser Test < /TITLE >
< BODY >
< I >Test < /I >
< !–testing — >
< B > Website < /B >
< /BODY >
< /HTML >
A
< TITLE > Browser Test
B
< B > Website < /B >
C
< !–testing — >
D
< I > Test
Question 2 Explanation: 
< ! — > is used as comment in html code.

Comments are ignored by browser to display the corresponding content.
Correct Answer: C
Question 2 Explanation: 
< ! — > is used as comment in html code.

Comments are ignored by browser to display the corresponding content.

Leave a Reply

Your email address will not be published. Required fields are marked *