โ Back to HTML DOM
Question 73
Update a Title and Counter
Update a Title and Counter
The page has a heading with id="title" (currently 'Welcome') and a span with id="count" (currently '0'). Change the heading's text to 'Dashboard' and the span's text to '5'.
Expected Output:
#title = "Dashboard", #count = "5"
Topics:
HTML DOM
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (clog, fn, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.