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 を使用して Web ページを開発しています。ページの 1 つに次のコードがあります。
<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">