+ 5
title
i can not andestand why need <title> if it is invisible ?
16 ответов
+ 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.
+ 6
The title shows up in the title bar in your web browser, but not on the page itself.
+ 3
title is for the little title that shows up on the tab when you open a webpage
+ 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.
+ 1
rahman jillur singer
+ 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?:(
+ 1
Show your code.
Is it inside the <head> tag.
+ 1
sure it is in head tag but not works
+ 1
Show me your code. It should be the name of the tab on your google chrome.
+ 1
<html>
<head>
<title> первая страниа</title>
</head>
<body> etc.. like this
+ 1
I think you want a header:
<!doctype html>
<html>
<head>
<title> blablabla </title>
</head>
<body>
<h1> blablabla </h1>
hello
</body>
</html>
+ 1
ok il try now. t.y.
+ 1
No. The title tag is for your tab name. Use h1-h6 for headers
0
title R is carrect or not?
0
ok <h1>< /h1> working. So i cant use <title> </title> for header?
0
anyway title be invisible on page?