gpt4 book ai didi

html - 在记事本中创建网站。有麻烦

转载 作者:太空宇宙 更新时间:2023-11-04 14:27:47 26 4
gpt4 key购买 nike

<html>
<head>
<title>Homepage</title>

<style type="type/css">
body {
font-family: Arial;
color:#FFFFFF;
background-attachment:fixed;
}
h1 {
font-family:Arial;
font-size:49px;
}
h2 {
font-family:Papyrus, Times New Roman;
}
h3 {
font-family:Times New Roman:
}
</style>
</head>

我的头像是这样写的。我的网站没有做任何风格。这段代码有什么问题吗?当我把它放在浏览器中并查看源代码时,它没有显示正文、h1、h2、h3 和标签,它看起来就像纯文本。我该如何解决这个问题。

最佳答案

样式类型应该是“text/css”而不是“type/css”,尽管你真的不需要它。

    <head>
<title>Homepage</title>

<style type="text/css">
body {
font-family: Arial;
color:#FFFFFF;
background-attachment:fixed;
}
h1 {
font-family:Arial;
font-size:49px;
}
h2 {
font-family:Papyrus, Times New Roman;
}
h3 {
font-family:Times New Roman:
}
</style>
</head>

关于html - 在记事本中创建网站。有麻烦,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19413451/

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