We can use removeAttr() to delete the assigned property of the element. Example: <p class="element_name" id="element_id" name="element_name"> js: $("p").removeAttr("name"); output: <p class="element_name" id="element_id">