Update task.md

This commit is contained in:
Ashutosh Chauhan 2019-11-26 19:27:47 +05:30 committed by GitHub
parent fcf12e4b44
commit 6d2b959ec9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ Why in the code below `return false` doesn't work at all?
}
</script>
<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>
```
The browser follows the URL on click, but we don't want it.