码迷,mamicode.com
首页 > 其他好文 > 详细

Tag (input) should be an empty-element tag.

时间:2018-11-18 19:37:42      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:word   www.   XML   规范   oct   xhtml   nal   org   tran   

因为:<!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.

标签:word   www.   XML   规范   oct   xhtml   nal   org   tran   

原文地址:https://www.cnblogs.com/ltb6w/p/9978721.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!