Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete selected HTML element interactively in IE's developer tools?

I can delete html elements interactively in Firebug and Chrome's Developer Tools. How can I do the same in IE 9's Developer Tools? I see options to copy only.

I tried FireBug Lite but there weren't any options to do any action on any selected HTML element.

Any other options which work in IE?

like image 283
Tony_Henrich Avatar asked Feb 02 '23 15:02

Tony_Henrich


1 Answers

With IE Developer tools, you need to go to Edit mode (Alt+E or click the toolbar button with the pen icon) and remove the element from HTML by manually altering the markup. There is no handy right click delete functionality.

like image 97
Mrchief Avatar answered Feb 08 '23 22:02

Mrchief