Update task.md
This commit is contained in:
parent
fcf12e4b44
commit
6d2b959ec9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue