方法:我们使用HTML中标签中的sizes属性来设置链接资源的大小。用于指定视觉媒体图标的大小,只有设置为rel=”icon ” 时才有效。它是只读属性。
句法:
设置链接资源大小的可能值如下:
- HeightxWidth用于指定链接图标的一种或多种尺寸。高度和宽度的值由“x”或“X”分隔。
- any:它指定图标是可缩放的(如 SVG 或 PNG 图像)。
示例 1:
HTML
GeeksforGeeks
How to set the size of the linked resource in HTML5?
Learn tailwind css
Click here
HTML
GeeksforGeeks
How to set the size of the linked resource in HTML5?
Learn tailwind css
Click here
输出:
示例 2:
HTML
GeeksforGeeks
How to set the size of the linked resource in HTML5?
Learn tailwind css
Click here
输出:注意网页左上角的图像图标。