Propositional-Logic
October 14, 2023Aptitude
October 14, 2023NVS 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 >
< HTML >
< TITLE > Browser Test < /TITLE >
< BODY >
< I >Test < /I >
< !–testing — >
< B > Website < /B >
< /BODY >
< /HTML >
< TITLE > Browser Test | |
< B > Website < /B > | |
< !–testing — > | |
< I > Test |
Question 2 Explanation:
< ! — > is used as comment in html code.
Comments are ignored by browser to display the corresponding content.
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.
Comments are ignored by browser to display the corresponding content.
Subscribe
Login
0 Comments