โ Back to HTML DOM
Question 75
Highlight All Paragraphs
Highlight All Paragraphs
A container with id="para-list" holds three <p> elements. Select all of the paragraphs inside it and add the class 'highlight' to every one.
Expected Output:
All three <p> elements gain class="highlight"
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.