我正在上课,我们的任务是创建一个网页.一切顺利,创建页面,但我很难在浏览器选项卡上获取图标.
他指示我们从我们的一个文件夹中获取图标
这是他的指示
"请注意,为了显示您的图标,请在html head部分插入此行"
<link rel="shortcut icon" href="images/favicon.ico" type="favicon/ico" />
Run Code Online (Sandbox Code Playgroud)
"假设您的公司图标位于文件夹图像中"
我尝试了很多变化,但它不起作用.
我叫做favicon(1).ico
这是我的一次尝试
<link rel="shortcut icon" href="/favicon(1).ico" type="image/x-icon" />
Run Code Online (Sandbox Code Playgroud)
这是另一个.
<link rel="shortcut icon" href="images/favicon(1).ico" type="favicon/ico" />
Run Code Online (Sandbox Code Playgroud)
我的桌面上有一个名为"问题1"的文件夹,在该文件夹中我有我的HTML文件和另一个名为"images"的文件夹.在"images"文件中,我有"favicon(1).ico图标.
有没有办法从我的文件夹中取出该图标并将其放入我的代码中?
I'm pretty new to R programming. I'm using R studio, and all of a sudden it's no longer showing the workspace, it's only showing the console.
This is what it is supposed to look like
And this is what mine looks like now.
In Eclipse, whenever the workspace gets out of wack, I can just reset the perspective and everything it back to normal. I can't figure out how to do that in R Studio.
The default layout seemed to …