<button type="button"
oneclick="document.getElementById('a').style.visibility='visible'">
Click
</button>
<img id="a" style="visibility:hidden" src='pico.png' alt="src not found">
I mistyped "oneclick", but VS Code doesn't show me that. I was going crazy because I didn't find the error. Why? I already installed HTMLHint, HTML, CSS, Javascript extensions.
CodePudding user response:
I've found this extension: umoxfo.vscode-w3cvalidation It works, you only have to setup the JAVA_HOME PATH.
CodePudding user response:
I hope you are well You need to install the HTMLHint plugin and your problem will be solved Thanks