We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcf12e4 commit 6d2b959Copy full SHA for 6d2b959
2-ui/2-events/04-default-browser-action/1-why-return-false-fails/task.md
@@ -14,7 +14,7 @@ Why in the code below `return false` doesn't work at all?
14
}
15
</script>
16
17
-<a href="http://w3.org" onclick="handler()">the browser will go to w3.org</a>
+<a href="https://w3.org" onclick="handler()">the browser will go to w3.org</a>
18
```
19
20
The browser follows the URL on click, but we don't want it.
0 commit comments