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 | stylesheet |
href | /css/jquery-ui.css |
Link #2 | |
rel | stylesheet |
href | /css/icons.css |
Link #3 | |
rel | stylesheet |
href | /css/scrollbar.css |
Link #4 | |
rel | stylesheet |
href | /css/style.css?ver=2.5 |
Link #5 | |
rel | shortcut icon |
href | /favicon.ico |
<head> section doesn't contain any internal script sections.
Name | Value |
---|
<head> section doesn't contain a base section.