过默 发表于 2019-3-13 17:08:54

怎么错误了

<DOCTYPE html>
<html>
<head>
        <meta charset="utf-8">
        <title>input实现颜色选择框</title>
</head>
<body>
        <form action="welcome.php" method="get">
               
                <label>亲爱的,选个颜色: <input type ="color" name="color"></label>
                <br><br>
                <input type="submit" value="提交">
        </form>
</body>

</html>

welcome.php 文件是什么,在哪下载。我打开网页显示乱码,怎么弄?

ba21 发表于 2019-3-13 19:45:09

welcome.php 不清楚哪来,我没看WEB教程,不过乱码原因是

过默 发表于 2019-3-14 09:18:33

ba21 发表于 2019-3-13 19:45
welcome.php 不清楚哪来,我没看WEB教程,不过乱码原因是

打开不是1.html,显示其他网业

不二如是 发表于 2019-3-14 09:49:43

1、鱼油代码缺少"!"


修改:
<!DOCTYPE html>

2、welcome.php是后端php文件,本节课可以不用管php是什么,主要是对label元素type属性有一定了解即可

过默 发表于 2019-3-14 10:03:16

不二如是 发表于 2019-3-14 09:49
1、鱼油代码缺少"!"




打不开本地网业,显示主业了,

ba21 发表于 2019-3-14 10:10:27

过默 发表于 2019-3-14 09:18
打开不是1.html,显示其他网业

把你的电脑丢了吧。名堂事多。
页: [1]
查看完整版本: 怎么错误了