Inspect Element in Safari

safariweb-inspector

I've tried Firebug Lite for Safari, but content wasn't editable. Is there an alternative to edit HTML, CSS, etc?

Best Answer

Just enable Show Developer Menu in Safari's Preferences, Advanced tab.

Enable-Develop-mode-Safari

It will enable the option Inspect Element when you right click the page. You can also start it with Command+Option+I.

You can get more info about this option in Safari for Developers - Tools and Safari Web Inspector Guide: The Develop Menu.