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 在网站标题中制作图片
<html> <head> <title src="android.jpg"> Androids apps </title> </head> </html>
那没有用有人知道该怎么做吗
我认为您指的是Favicon
您可以将 favicon.ico 文件放在网站的根目录中或在您的head
head
<link rel="shortcut icon" href="favicon.ico" />
我相信您正在寻找的是 favicon.ico
这是一个生成器http://www.favicon.cc/