Tried everything but still the HTML content is not showing
P粉786432579
P粉786432579 2024-04-04 19:16:15
0
1
3448

Basically, the content of the html document will not display anything on the browser. This HTML document I made is linked from another html file.

When I open this HTML file on my browser, it is blank and shows nothing when there is explicit code in it. I've saved a few times but every update still doesn't show the content.

I tried updating and saving before opening, and searched on google what the problem was and the solution. Still nothing related to my problem. I'm expecting the browser to eventually do HTML code, but still nothing. So I checked out Stack Overflow and here I am.

Is there any solution?

<!doctype html>

<html>

<head>
  <title>Aa
    <title>
</head>

<body>
  <h1><i>Aa<i></h1>
<p>Aa</p>
           
    </body>
</html>

P粉786432579
P粉786432579

reply all(1)
P粉343408929

<title> The tag was not closed properly, you are missing /:

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