dt tag error
非凡
非凡 2019-04-28 16:18:30
0
4
1353

This lesson, for example, dt tag example, why when using phpstorm to experiment again, </dt> prompts that the closing tag does not match

非凡
非凡

reply all(3)
非凡

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>dt</title>

</head>

<body>

<dl>China Province

                                                                                                            dt&gt ;

</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 //

Peter-Zhu

Please upload the code to take a look

  • reply <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>dt</title> </head> <body> <dl>China Province <dt> Inner Mongolia <dd> Hohhot </dd> </dt> </dl> </body> </html> //It’s the </dt> prompt here that the closing tag does not match //
    非凡 author 2019-04-29 11:04:41
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template