Tag (input) should be an empty-element tag.
Posted ltb6w
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Tag (input) should be an empty-element tag.相关的知识,希望对你有一定的参考价值。
因为:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
XHTML 对网页标签要求比较严格(相对HTML),必须规范化书写。
所以<input type="password" name="password" id="password">
改成<input type="password" name="password" id="password" />
以上是关于Tag (input) should be an empty-element tag.的主要内容,如果未能解决你的问题,请参考以下文章
python3 “POST data should be bytes or an iterable of bytes...”的解决方法
PHP报错Only variables should be passed by reference in的解决方法
我无法部署到 vercel,因为我收到错误:Specified images.domains should be an Array of strings received invalid values
Python 3 urllib 产生 TypeError: POST data should be bytes or an iterable of bytes。它不能是 str 类型
Input type (torch.FloatTensor) and weight type (torch.cuda.FloatTensor) should be the same
已修复Error: ValueError: The last dimension of the inputs to `Dense` should be defined. Found `None`