Home  >  Q&A  >  body text

dt tag error

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

非凡非凡2001 days ago1312

reply all(4)I'll reply

  • 非凡

    非凡2019-04-29 11:04:22

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

    reply
    0
  • 非凡

    非凡2019-04-29 11:04:00

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

    reply
    0
  • 天蓬老师

    天蓬老师2019-04-28 20:09:12

    Please upload the code to take a look

    reply
    0
  • 非凡

    dt

    China Province
    Inner Mongolia
    Hohhot
    //It’s the prompt here that the closing tag does not match //

    非凡 · 2019-04-29 11:04:41
  • Cancelreply