It looks like your code snippet contains broken HTML comment tags and trailing syntax, which is why it is not working. Why It Failed
Stray Brackets: The ]–> syntax is a misplaced closing tag for a conditional comment.
Improper Nesting: Mixing JavaScript-like values (false, false) directly inside or next to HTML comments causes parsing errors. How to Fix It
Depending on what you are trying to achieve, use one of the standard formats below: 1. Standard HTML Comment
If you just want a clean comment in your HTML file, use this format: Use code with caution. 2. JavaScript Comment
If you are working inside a script tag or a JavaScript file, use this format: javascript // false, false - Not working Use code with caution.
3. Corrected Conditional Comment (Old Internet Explorer Only)
If you were trying to target older versions of Internet Explorer using conditional statements, the correct syntax looks like this: Use code with caution. To help me give you the exact fix, could you tell me: What programming language or framework you are using?
What behavior you are trying to trigger with the false, false values? Saved time Comprehensive Inappropriate Not working
A copy of this chat, including the images and video, will be included with your feedback A copy of this chat will be included with your feedback
Your feedback will include a copy of this chat and the image from your search
Your feedback will include a copy of this chat, any links you shared, and the image from your search.
Thanks for letting us know
Google may use account and system data to understand your feedback and improve our services, subject to our Privacy Policy and Terms of Service. For legal issues, make a legal removal request.
Leave a Reply