Horje

How to add HTML <link> any sizes Attribute

any Specifies that the icon is scalable (like an SVG image)

Examples:

  • <link rel="icon" href="icon.svg" sizes="any" type="image/svg+xml"> (any size)
index.html
Example: HTML
<link rel="icon" href="demo_icon.gif" type="image/gif" sizes="any">

Output should be:

How to add HTML <link> any sizes Attribute




Type:
html
Category:
Web Tutorial
Sub Category:
HTML Tag
Uploaded by:
Admin