HTML Development Of The Most Powerful Web Development Tool (Firebug)
Must Visit : Google mail vs Yahoo mail
Html Development :
You can see the changes highlighted so that you can easily identify where what and when you made changes in Html. You can instantly edit the Html. You can edit, delete or create html element just by clicking them and tabbing from one to next. Tweaks, Firebug allows you to edit the entire HTML source of the element just right-click an element and choose “Edit HTML..” from the menu. Firefox has a “View Source” window, but it doesn’t show you what the HTML source really looks like once it has been transformed by JavaScript. Firebug’s HTML tab shows you what the HTML tab shoes you what the HTML looks like right now. When you inspect an element in HTML tab, you can reload the page and Firebug will continue to show that same element if it still exists after reload. Right click on the element, and you will have several options for copying aspects of that element to the clipboard, including its HTML fragment, the value of its “innerHTML” property, or an XPath expression that identifies the element uniquely.