Home  >  Q&A  >  body text

我加入了<html></html>,但是title 认识html的基本结构怎么没显示出来?

<!DOCTYPE HTML>
<html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <title>认识html文件基本结构</title>
    </head>
    <body>
        <h1>在本小节中,你将学会认识html文件基本结构</h1>
    </body>
    </html>

运行程序后,title中的文字怎么没显示出来?

小白小白2828 days ago922

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:40:14

    I added <html></html>, but title recognizes the basic structure of html. Why is it not displayed? - PHP Chinese website Q&A - I added <html></html>, but title recognizes html. Why is the basic structure not displayed? - PHP Chinese website Q&A

    Take a look and learn.

    reply
    0
  • 迷茫

    迷茫2016-12-24 14:27:31

    title 本来就是不显示的,他显示的地方在网页的标题栏(就是你浏览器上方的地方)

    reply
    0
  • Cancelreply