Browser 10
Browser
Safari Web Inspector Installation in Windows
Download the nightly build of web inspector for windows platform from the link:- http://nightly.webkit.org/ Run Web Kit.exe file. Web Inspector is a debugger tool for developer tool similar to Firebug with Mozilla. Open Settings > preferences and select the check box “Show Develop in Menu Bar“. Check the “Show Menu Bar“, […]
Box Model in IE and FF
Box Model: Whenever an HTML element is rendered in browser it follows the box model to place it in browser. In Browser an element is defined by it padding, border and margin. Padding and Border is for self-placement and margin determines the distance from its parent. Components of an Element: Example: Let’s take an example […]