JavaScriptHTML + CSS + JavaScript
Draft saved locallyJavaScript · Spaces: 2
Live preview move your pointer inside
Mission 01 10 min
Reward+120 XP

Switch to Another Tab

Tabs are just sections that take turns being visible. Start with two panels: hide Profile and show Details when the Details tab is clicked.

01
Your mission

Make the Details button hide the profile panel and show the details panel.

  • Add hidden to profilePanel.
  • Remove hidden from detailsPanel.
Check tab Run project
Mission demoSwitch to Another Tab

Finished result only — the answer code stays hidden.