Horje

How to add HTML <link> sizes HeightxWidth 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)
<link rel="icon" href="demo_icon.gif" type="image/gif" sizes="16x16">

Output should be:

How to add HTML <link> sizes HeightxWidth Attribute




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