Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Frontend
/
Frontend development foundations
Which implementation preserves native navigation if JavaScript does not run?
from Frontend development foundations
Node 24
beginner
1 min
Which implementation preserves native navigation if JavaScript does not run?
<a href="/account">Account</a>
<button onclick="location.href=/account">Account</button>
<div role="link">Account</div>
<span data-route="/account">Account</span>
Check
Ask AI about this kata
Report an error
next kata
A matching CSS declaration is crossed out in developer tools. What should you inspect fir…
Quiz
A new version is available
Reload