InterviewSolution
Saved Bookmarks
| 1. |
Firebug can be used to inspect ___________(a) HTML(b) CSS(c) DOM(d) All of the mentioned |
|
Answer» Correct option is (d) All of the mentioned Best explanation: Firebug is an extension for the Mozilla Firefox browser that allows you to debug and inspect HTML, CSS, the Document Object Model (DOM) and JavaScript. In addition to debugging web pages, Firebug was used for web security testing and web page performance analysis. |
|