Short description: Firebug
Long description: Firebug Web Development Evolved. Install Firebug for Firefox, 100% free and open source Source Firebug Lite Extensions Install Firebug for Firefox, 100% free and open source
HTTP headers allow the client and the server to pass additional information with the request or the response. A request header consists of its case-insensitive name followed by a colon ':', then by its value (without line breaks). Leading white space before the value is ignored.
<head> section doesn't contain any styles.
Name | Value |
---|---|
Link #1 | |
rel | shortcut icon |
type | image/x-icon |
href | /img/favicon.ico |
Link #2 | |
rel | stylesheet |
type | text/css |
media | screen,projection |
href | /styles/screen.css?v2 |
Link #3 | |
rel | stylesheet |
type | text/css |
media | screen,projection |
href | /styles/jquery.fancybox.css |
<head> contains 1 internal script sections. Total size: 447 bytes.
Name | Value |
---|---|
Script #1 | |
type | text/javascript |
src | /js/main.js |
Script #2 | |
type | text/javascript |
src | /js/jquery.js |
Script #3 | |
type | text/javascript |
src | /js/jquery.mousewheel.js |
Script #4 | |
type | text/javascript |
src | /js/jquery.fancybox.js |
<head> section doesn't contain a base section.