0
the title that i used in html coding is showing up on the webpage.how its possible
10 ответов
+ 3
Codes please🙏
+ 3
Your code is working fine. title should only be shown on browser tab only.
+ 2
No, it doesn't.
+ 2
unless you did not save your file as html file.
Browser would open your file as text file. It would show all contents with html tags.
+ 1
Are you using Windows? if so, please check whether common file extension is hidden, if the option was enabled, there is a possibility that the file was actually saved as "mywebpage.html.txt" instead of "mywebpage.html"
0
<html>
<head><title>ordered list</title></head>
<body>
<ol>
<li>blue</li>
<li>green</li>
</ol>
</body>
</html>
0
its showing up on the page
0
<html> this is showing up
0
i am using opera browser,is there any problem
0
i have saved the file with proper extension