docs.rodeo

MDN Web Docs mirror

{{CSSRef}} 

The <url> CSS data type is a pointer to a resource. The resource could be an image, a video, a CSS file, a font file, an SVG feature etc.

Syntax

<url> = <url()>

Values

The value is either of the following:

[!NOTE] The specification defines an alternative function called src() that accepts a URL string or a CSS variable. But no web browser has implemented the function yet.

Specifications

{{Specifications}} 

See also

In this article

View on MDN