I would like to add a new element to the page in Chrome Dev tools. This seems like fairly obvious functionality but I can’t seem to find it.
Does Chrome allow me to create elements in the DOM tab? I realize I could make something from the JS console, but would rather something on the DOM tab.
Just right click on the parent element, change to ‘Edit as HTML’ and then add whatever elements you want…