title | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

title

i can not andestand why need <title> if it is invisible ?

24th Jun 2018, 9:37 PM
Волиарси
Волиарси - avatar
16 Answers
+ 4
We do not see it on mobile on code playground, but it is shown on the website tab panel on a browser. Good place to name your website, and is also used when you google a website name to find the website.
25th Jun 2018, 12:20 AM
Andre Daniel
Andre Daniel - avatar
+ 6
The title shows up in the title bar in your web browser, but not on the page itself.
25th Jun 2018, 11:46 PM
Scott
+ 3
title is for the little title that shows up on the tab when you open a webpage
24th Jun 2018, 9:38 PM
hinanawi
hinanawi - avatar
+ 3
It is used not only to show up on the tab, but also for SEO. It helps search engines find and index your website.
24th Jun 2018, 11:14 PM
Dev
Dev - avatar
+ 1
rahman jillur singer
25th Jun 2018, 6:16 PM
Rahmanj Jillur
Rahmanj Jillur - avatar
+ 1
i have google chrome. i put on it my html doc. with code <title> blablabla </title> and it not show there my "blablabla"... what is my problem?:(
25th Jun 2018, 7:26 PM
Волиарси
Волиарси - avatar
+ 1
Show your code. Is it inside the <head> tag.
25th Jun 2018, 7:29 PM
Andre Daniel
Andre Daniel - avatar
+ 1
sure it is in head tag but not works
25th Jun 2018, 7:30 PM
Волиарси
Волиарси - avatar
+ 1
Show me your code. It should be the name of the tab on your google chrome.
25th Jun 2018, 7:31 PM
Andre Daniel
Andre Daniel - avatar
+ 1
<html> <head> <title> первая страниа</title> </head> <body> etc.. like this
25th Jun 2018, 7:36 PM
Волиарси
Волиарси - avatar
+ 1
I think you want a header: <!doctype html> <html> <head> <title> blablabla </title> </head> <body> <h1> blablabla </h1> hello </body> </html>
25th Jun 2018, 7:39 PM
Andre Daniel
Andre Daniel - avatar
+ 1
ok il try now. t.y.
25th Jun 2018, 7:40 PM
Волиарси
Волиарси - avatar
+ 1
No. The title tag is for your tab name. Use h1-h6 for headers
25th Jun 2018, 7:49 PM
Andre Daniel
Andre Daniel - avatar
0
title R is carrect or not?
25th Jun 2018, 6:15 PM
Rahmanj Jillur
Rahmanj Jillur - avatar
0
ok <h1>< /h1> working. So i cant use <title> </title> for header?
25th Jun 2018, 7:47 PM
Волиарси
Волиарси - avatar
0
anyway title be invisible on page?
25th Jun 2018, 8:00 PM
Волиарси
Волиарси - avatar