gpt4 book ai didi

image - 如何在浏览器选项卡中放置图像/ Logo

转载 作者:行者123 更新时间:2023-12-02 23:19:40 25 4
gpt4 key购买 nike

快速提问。您知道,当您打开一个新窗口时,在页面顶部您会看到该窗口的选项卡,您会看到您在标题标签中输入的任何内容,并且您会看到一个小图像(网站的 Logo )。如何在那个小选项卡中放置图像/ Logo ?我是否必须在标题标签或其他内容中放置图像链接?!

这是我的 HTML:

<!DOCTYPE html>

<html lang="en">

<head>

<title>Round Table</title>

<meta charset="utf-8">
<link rel="stylesheet" href="RTH.css">
<script src="RTH.js"></script>

</head>

<body>


<H1> Come & take a seat at the Round Table B] </H1>

<p> "Where <i>REAL MUSIC</i> still exists"</p><br><br>

<ol type=I> <H2> <li>BEAT$</li>
<br><li>Music by Mercile$$</li>
<br><li>Spoken Word</li> <br>
<li><a href="RthPg2.html" title="RthPg2">Tale$ of a Blind Sword$man</a></li> </H2> </ol><br><br><br>

<dt><i>RTH</i> consists of:</dt>
<dd>Show Luciano, Pistol McFly, Dior, YZ, & last but not least...Mercile$$</dd>

<p> thee music industry is DEAD !! i hope to bring restoration.<br>

~mercile$$</p><br>

<footer>&copy; Round Table</footer>
</font>
</body>
</html>

这是我的 CSS 文件:

body {
background-image: url("Round Table, Hoe II.jpg");
background-repeat: Repeat;
font-family: AR Christy, Kozuka Gothic Pr6N, Cooper std;
color: Red;
text-shadow: 1px 0 0 #CEA40C, 0 -1px 0 #CEA40C, 0 1px 0 #CEA40C, -1px 0 0 #CEA40C;
font-size: 25px;
margin: 0 auto;
text-align: center;
width: 700px;

}

h1 {
font-family: AR Christy, Kozuka Gothic Pr6N, Cooper std;
color: Red;
text-shadow: 2px 0 0 #CEA40C, 0 0px 0 #CEA40C, 0 2px 0 #CEA40C, 0px 0 0 #CEA40C;
margin: 0 auto;
text-align: center;
width: 700px;

}

i {
font-family: AR Christy, Kozuka Gothic Pr6N, Cooper std;
color: White;
text-shadow: 2px 0 0 #CEA40C, 0 0px 0 #CEA40C, 0 2px 0 #CEA40C, 0px 0 0 #CEA40C;
margin: 0 auto;
text-align: center;
width: 700px;

}

dt {

color: #1BD29B;
text-shadow: 4px 0 0 #CEA40C, 0 0px 0 #CEA40C, 0 4px 0 #CEA40C, 0px 0 0 #CEA40C;
font-size: 45pt;
padding: 10px;


}

dd {

color: White;
padding: 5px 10px 5px 10px;
background: #f03;
border: solid 2px #fff;

}

p {
padding: 5px 10px 5px 10px;
background: #f03;
border: solid 2px #fff;

}

footer {



}

最佳答案

使用这个网站转换图像很容易http://www.favicongenerator.com/然后在头部,但更改图像的名称和路径

<link rel="shortcut icon" type="image/png" href="img/logo-favicon.ico.png">

关于image - 如何在浏览器选项卡中放置图像/ Logo ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15491231/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com