<!DOCTYPE html> .class2 { <p>Click the button to remove the class names "class1" and "class2" from id="London".</p> <button onclick="w3.removeClass('#London','class1 class2')">Remove Classes</button> <div id="London" class="city class1 class2"> <div id="Paris" class="city"> <div id="Tokyo" class="city"> </body> |
Click the button to remove the class names "class1" and "class2" from id="London". LondonLondon is the capital city of England. ParisParis is the capital of France. TokyoTokyo is the capital of Japan. |