When you right click in Chrome and select Inspect Element, you can edit the styling and the content. I cannot figure out a way to edit the markup though. Anytime I try to add HTML, it just gets escaped and becomes content.

Is there a way to do this?

link|improve this question

69% accept rate
feedback

1 Answer

Right click the element - for example a

<p> or <h1>

and click edit as html. This will allow you to edit the html tag, which will be reflected or updated in the page.

BTW this is for development and testing. Any change must then be committed on the server to persist the result.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.