Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 html 5 开发网页。我的一个页面中有以下代码
<iframe src="http://www.youtube.com/embed/MY_VIDEO_DIR" height="320" width="480"> </iframe>
然后,页面标题旁边的图标变成了 YouTube。我将如何删除这个自动生成的图标?
谢谢。
要更改您网站的图标,您可以使用以下命令:-
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> <link rel="icon" href="favicon.ico" type="image/x-icon">