element form is not allowed in here ; element li is not allowed in here 求解?

form标签和li标签都出现警告

不能使用也没有提示,给出的解决方案是添加custom html tag
可是这两个标签都是html的呀

IDEA的web项目突然不能使用li 和form标签,
提示也没有这两个标签,之前可以使用的,
昨晚开始新建的文件里都不能使用了,
甚至连html文件都不能使用求救

IDEA给出警告:

element form  is not allowed in here   

element  li  is not allowed  in here

文件头如下:

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">


https://blog.csdn.net/sunshinegirl168660/article/details/80066433