gpt4 book ai didi

css - 背景图像 :url not showing up image for background using css

转载 作者:太空宇宙 更新时间:2023-11-03 19:47:08 24 4
gpt4 key购买 nike

我正在尝试使用 background-image:url 设置背景图片,但它不起作用。

<!doctype html>
<html>
<head>
<title>MyTitle</title>
<style type="text/css">
body{
<!-- background-color:green; -->
background-image:url("background.jpg");
<!-- color:white; -->
}
</style>
</head>
<body>
</body>
</html>

请帮忙!!

最佳答案

<!-- comment   -->

不是 CSS block 中的有效注释语法。这可能违反了您的 CSS 规则。

尝试

/* comment */

关于css - 背景图像 :url not showing up image for background using css,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9548209/

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