HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

url

Description

The url function for CSS specifies a pointer to a resource.

Syntax

CSS

url()

Values

<url()> =
    url(
        <string>
        <url-modifier>*
    ) |
    <url-token>
<string>

Specifies a sequence of characters delimited by double quotes (") or single quotes (').

<url-modifier>

Changes the meaning or the interpretation of the URL.

<url-token>

A URL token.

Examples

1 · string

2 · string url-modifier

3 · url-token

4 · JS