the title that i used in html coding is showing up on the webpage.how its possible | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

the title that i used in html coding is showing up on the webpage.how its possible

22nd Aug 2018, 5:10 AM
Vishesh Baghel
Vishesh Baghel - avatar
10 Answers
+ 3
Codes please🙏
22nd Aug 2018, 5:12 AM
Calviղ
Calviղ - avatar
+ 3
Your code is working fine. title should only be shown on browser tab only.
22nd Aug 2018, 5:32 AM
Calviղ
Calviղ - avatar
+ 2
No, it doesn't.
22nd Aug 2018, 5:35 AM
Calviղ
Calviղ - avatar
+ 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.
22nd Aug 2018, 5:37 AM
Calviղ
Calviղ - avatar
+ 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"
22nd Aug 2018, 6:45 AM
Ipang
0
<html> <head><title>ordered list</title></head> <body> <ol> <li>blue</li> <li>green</li> </ol> </body> </html>
22nd Aug 2018, 5:15 AM
Vishesh Baghel
Vishesh Baghel - avatar
0
its showing up on the page
22nd Aug 2018, 5:34 AM
Vishesh Baghel
Vishesh Baghel - avatar
0
<html> this is showing up
22nd Aug 2018, 5:34 AM
Vishesh Baghel
Vishesh Baghel - avatar
0
i am using opera browser,is there any problem
22nd Aug 2018, 5:36 AM
Vishesh Baghel
Vishesh Baghel - avatar
0
i have saved the file with proper extension
22nd Aug 2018, 5:38 AM
Vishesh Baghel
Vishesh Baghel - avatar