![]() |
VOOZH | about |
The HTML crossorigin Attribute in <link> element is used to specifying that supports the HTTP CORS request when fetching or loading the stylesheet or icon files from the third-party server.
Syntax:
<link crossorigin="anonymous | use-credentials">
Attribute Values:
Example: Below code demonstrates the use of crossorigin Attribute with the <link> element.
Output:
Supported Browsers: