我加入了<html></html>,但是title 认识html的基本结构怎么没显示出来?
小天
小天 2016-12-21 11:31:01
0
2
1105
<!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>


小天
小天

勇敢站起来快步向前冲是你唯一的出路

reply all(2)
数据分析师

I added <html></html>, but why is the title not displayed? -PHP Chinese website Q&A-I added <html></html>, but why is the title not displayed? -PHP Chinese website Q&A

Please watch and learn.

迷茫

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!