Challenge Delete HTML Elements - ashish9342/FreeCodeCamp GitHub Wiki
Challenge Delete HTML Elements
Deleting elements is very simple. All you have to do is remove everything from the opening to the closing of the element and it will be removed. No extra code is needed.