I am trying to put a title but it doesn't work in the browser. Can someone help please? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I am trying to put a title but it doesn't work in the browser. Can someone help please?

25th Oct 2020, 2:30 PM
Ayoub
Ayoub - avatar
12 Answers
+ 5
Hey write it like this! <!Doctype html> <html> <head> <title>type yout title here<title/> <head/> <body> <body/> <html/>
28th Oct 2020, 6:29 AM
Programmer ツ
Programmer ツ - avatar
+ 5
N Ayoub see👆 you dont wrote "c" in <!Doctype html>
28th Oct 2020, 6:31 AM
Programmer ツ
Programmer ツ - avatar
+ 5
Ok gd!👍 Keep it up bro😊
28th Oct 2020, 7:43 AM
Programmer ツ
Programmer ツ - avatar
+ 4
<html> <head> <title>type your title here</title> </head> <body> </body> </html>
25th Oct 2020, 2:33 PM
🔰Saurabh🔰
🔰Saurabh🔰 - avatar
+ 1
<! DO TYPE html> <html> <head> <title>Learning HTML</title> </head> <body> </body> </html>
25th Oct 2020, 4:19 PM
Ayoub
Ayoub - avatar
+ 1
Oh yeah it was auto correct😬 and yeah I know but with me it says index instead of learning html
26th Oct 2020, 5:03 AM
Ayoub
Ayoub - avatar
+ 1
Yes okay I will try this. Will get back to you thx
26th Oct 2020, 8:30 AM
Ayoub
Ayoub - avatar
+ 1
What you have written in it, tell me.
27th Oct 2020, 1:21 AM
Coder-Rohit[{(∞)}]
Coder-Rohit[{(∞)}] - avatar
+ 1
A friend figured it out! Very stupid mistake, but now I know. I didn't save the code(cntrl+s) 😂
28th Oct 2020, 6:41 AM
Ayoub
Ayoub - avatar
+ 1
Thx for everyone who helped me!
28th Oct 2020, 6:42 AM
Ayoub
Ayoub - avatar
0
Yeah I had that but unfortunately is till won't work
25th Oct 2020, 2:45 PM
Ayoub
Ayoub - avatar
0
Hey Martin it still doesn't work unfortunately, but still trying 😁
26th Oct 2020, 5:14 PM
Ayoub
Ayoub - avatar