- #1
kolleamm
- 477
- 44
I'm searching for a way to add/delete an element in a div in my html code. So far I have only found ways to replace content of existing elements.
<div class="example">
empty...
</div>
how would I do this?
<div class="example">
empty...
</div>
how would I do this?