HTML Dog
Skip to navigation

CSS Value: URL

Web resource location. A string (being the actual location of the resource) inside the parentheses of url().

Example


body {
    background-image: url("ewoksAreUnderrated.jpg");
}