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

src

Description

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

Syntax

CSS

src()

Values

<src()> =
    src(
        <string>
        <url-modifier>*
    )
<string>

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

<url-modifier>

Changes the meaning or the interpretation of the URL.

Examples

1 · string

2 · string url-modifier

3 · JS