Mastery Points
0
Active Mission
Mission: Remove the 'disabled' attribute to make the button clickable.
Objective: add shadow-lg" to the code
Current MissionIN PROGRESS
Riddle:Mission: Remove the 'disabled' attribute to make the button clickable.
33%
Reward: 50 XP Verified
Tags, Elements & Attributes in html-css
Context & Logic
The building blocks of the web.
Technical Reference
TagThe markers (e.g. <div> or </div>).
ElementTag + Content + Closing tag (The whole unit).
AttributeMetadata values (class, id, disabled).
Boolean AttrAttributes like 'disabled' or 'required'.
Global AttrCan be used on almost any tag (e.g. 'style', 'title').
Interactive Workshop
Interactive Playground
Source HTMLMarkup
Source CSSStyle
Live Output Pane
Sync activeTailwind Core Loaded
Standard CSS Scope
Auto-Sync Preview
Modify the source above to see live changes. Supports standard CSS and Tailwind utility classes.
Test Your Knowledge
Assessment Mode1An ID attribute should be unique on a page?