HTML <a> Tag — exercises and bug fixes
0 hands-on exercises and 1 find-the-bug challenge for the HTML <a> Tag lesson. Every one is checked automatically in the browser — write the code, run it, and the tests tell you what still fails.
Find the bug(1)
- 1
Repair the broken HTML <a> Tag example
easy15 minA recent component update introduced three regressions: the card spacing is invalid, its corners are broken, and the status button targets an element that does not exist. Diagnose the supplied code and restore the expected behaviour.
- Give .lesson-card at least 16px of padding.
- Give .lesson-card a border radius of at least 8px.
- Make the Update status button change #status to ‘Updated’.
Ready to write the code?
The editor, the automatic checks and the worked solutions open up with an account.
Open the workspace