If strict XHTML has errors a browser shouldn’t render it.
True
False
ANSWER : HERE IS THE ANSWER FOR YOUR QUESTION:
----------------------------------------------------------------------------------------------------------------
we use strict in the web development so as to improve the code efficiency and readibilty of the code .
with the help of strict , it becomes necessary to define a variable first before using it in the main code module.
also , it helps to convert bad syntax into the error .
the security of the browser increases very much due to use of strict mode
thus , whenever a html file is in strict mode , browser should not render it
this statement is True
----------------------------------------------------------------------------------------------------------------
I hope this would help you out.
If you like my answer , please upvote
If you have any doubt, you can provide comment /feedback below the answer
Thanks
Get Answers For Free
Most questions answered within 1 hours.