我加入了<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>
结果:
在本小节中,你将学会认识html文件基本结构