...
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.
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!