| Title | Topics | Action | |||
|---|---|---|---|---|---|
| 4 | Change Text ContentSelect the paragraph with id="message" and change its text content to "Text has ... | easy | ○ Not Started | HTML DOM | Solve |
| 5 | Add CSS ClassSelect the button with id="myButton" and add the CSS class "active" to it.
Plat... | easy | ○ Not Started | HTML DOM | Solve |
| 7 | Change Button TextSelect the button with id="submitBtn" and change its text content to "Submit For... | easy | ○ Not Started | HTML DOM | Solve |
| 8 | Add CSS Class to HeadingSelect the heading with id="pageTitle" and add the CSS class "highlight" to it.
... | easy | ○ Not Started | HTML DOM | Solve |
| 9 | Change Image SourceSelect the image with id="profilePic" and change its src attribute to "avatar.pn... | easy | ○ Not Started | HTML DOM | Solve |
| 12 | Change Multiple CSS StylesSelect the paragraph with id="styledText" and change its color to "blue", fontSi... | easy | ○ Not Started | HTML DOM | Solve |
| 13 | Toggle CSS ClassSelect the div with id="themeBox" and toggle the CSS class "dark" on it.
Platfo... | easy | ○ Not Started | HTML DOM | Solve |
| 14 | Change innerHTMLSelect the div with id="contentBox" and replace its innerHTML with a new heading... | easy | ○ Not Started | HTML DOM | Solve |
| 16 | Remove an ElementSelect the paragraph with id="removeMe" and remove it from the page.
Platform-P... | easy | ○ Not Started | HTML DOM | Solve |
| 19 | Change Link Href and TextSelect the link with id="navLink" and change its href to "https://example.com" a... | easy | ○ Not Started | HTML DOM | Solve |
| 20 | Remove CSS ClassSelect the div with id="alertBox" and remove the CSS class "error" from it.
Pla... | easy | ○ Not Started | HTML DOM | Solve |
| 21 | Query Selector by ClassUse querySelector() to select the first element with class "highlight" and chang... | easy | ○ Not Started | HTML DOM | Solve |
| 6 | Update Text and Add ClassSelect the paragraph with id="status", change its text content to "Complete", an... | medium | ○ Not Started | HTML DOM | Solve |
| 10 | Update Span Text and Add ClassSelect the span with id="counter" and change its text to "5", then add the CSS c... | medium | ○ Not Started | HTML DOM | Solve |
| 11 | Change Link Href and TextSelect the link with id="homeLink" and change its href attribute to "/home" and ... | medium | ○ Not Started | HTML DOM | Solve |
| 15 | Create and Append New ElementCreate a new paragraph element with the text "This paragraph was created with Ja... | medium | ○ Not Started | HTML DOM | Solve |
| 17 | Create Image Element with AttributesCreate a new image element and set its src to "photo.jpg" and alt to "My Photo".... | medium | ○ Not Started | HTML DOM | Solve |
| 18 | Create List with Multiple ItemsCreate an unordered list (<ul>) with three list items containing "Apple", "Banan... | medium | ○ Not Started | HTML DOM | Solve |