Advertisement
Home Open Editor ❯

HTML <a> download Attribute

Example

<a href="img-boy.jpg" download>

Try this code ❯

Meaning

The download the link instead of navigating it.

Tips and Notes:


Standard Syntax

<a download="fileName">


Advertisement

Attribute Values

Value Description
download (optional)fileName Can be used with or without a value
Home Open Editor ❯
Advertisement