有什么作用?-6ren"> 有什么作用?-在一次系统更新中,我看到了如下代码: Redirecting... //Redirect Logic.... location.href = "https://www.exam-6ren">
gpt4 book ai didi

html - 有什么作用?

转载 作者:行者123 更新时间:2023-11-28 04:08:58 25 4
gpt4 key购买 nike

在一次系统更新中,我看到了如下代码:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Redirecting...</title>
<script>
//Redirect Logic....
location.href = "https://www.example.com";
</script>

</head>
<body bgcolor="#FFFFFF">
<p>
Click <a href="https://www.example.com">here</a> to access the service you requested.
</p>
</body>
</html>

上面的页面是将用户从一个页面重定向到另一个页面,请注意这是遗留代码。

关于 的部分让我感到好奇,这个页面的前一个开发者显然想要指定背景应该是白色的。

这很奇怪,因为根据我的经验,默认情况下所有浏览器都是白色的, 似乎没有任何作用。

我的问题是,有人能猜出为什么会有这个 代码吗?也许某些浏览器曾经是黑色的?在我不可避免地删除此 html 标记之前找出答案会很高兴。

最佳答案

all browser by default is white

的确如此。默认情况下。它将覆盖 user CSS , 除非用户 CSS 将 background 指定为 !important

另外,看看一些历史图片 - 我相信 Mosaic过去默认为灰色背景。

关于html - <body bgcolor ="#FFFFFF"> 有什么作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53276298/

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