This lesson, for example, dt tag example, why when using phpstorm to experiment again, </dt> prompts that the closing tag does not match
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>dt</title>
</head>
<body>
<dl>China Province
dt> ;
</dl>
</body>
</html>
//This is here</dt> Prompt closing tag not matching //
& Lt ... dt & gt;
& LT; DD & GT;
</dl></body>
//This is it The </dt> prompt closing tag did not match //
Please upload the code to take a look
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>dt</title>
</head>
<body>
<dl>China Province
dt> ;
</dl>
</body>
</html>
//This is here</dt> Prompt closing tag not matching //
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>dt</title>
</head>
<body>
<dl>China Province
& Lt ... dt & gt;
& LT; DD & GT;
## Hohhot & LT;/DD & GT ;/dt></dl></body>
</html>
//This is it The </dt> prompt closing tag did not match //
Please upload the code to take a look