If you want to add a new class called "newClass" to an element with id "myElement", which of the following options is correct?
<div id="myElement" class="existingClass"></div>
If you want to add a new class called "newClass" to an element with id "myElement", which of the following options is correct?
<div id="myElement" class="existingClass"></div>