Published
- 1 min read
javascript remove html element
The solution for this is noted below
javascript remove html element
Solution
const labelEmail = document.getElementById('label-email')
labelEmail.remove()
Try other methods by searching on the site. That is if this doesn’t work