gpt4 book ai didi

html - 在视觉上到底是什么?

转载 作者:太空狗 更新时间:2023-10-29 16:48:57 25 4
gpt4 key购买 nike

滚动条是否属于<html><body>

我一直在为每个 html 文件编写,但不知道它到底是什么。

最佳答案

给定以下标记和样式:

<!DOCTYPE html>

<html>
<head>
<title></title>
<style type="text/css">
html {
background: green;
overflow:scroll;
}
body {
background: red;
overflow:scroll;
}
</style>
</head>
<body>

</body>
</html>

我们得到以下视觉结果:

火狐 3.5

Firefox 3.5 http://img98.imageshack.us/img98/3448/ff35.png

互联网浏览器 6

Internet Explorer 6 http://img98.imageshack.us/img98/870/ie6.png

歌剧 10

Opera 10 http://img22.imageshack.us/img22/1395/o10.png

谷歌浏览器 3

Google Chrome 3 http://img193.imageshack.us/img193/4300/82451373.png

因此,我们可以为 HTML 元素设置样式。事实上,有些人将它与 BODY 标签结合使用以获得复杂的背景。

关于html - <html> 在视觉上到底是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1403903/

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