Can I make the browser tab of the website I'm programing have no text

44 Views Asked by At

I want my website to not have text in the browser tab when you open it. So I want to do something like this: http://oi60.tinypic.com/n1ozrn.jpg

2

There are 2 best solutions below

0
On

Don't put anything in the title tag in your documents <head>

<title> </title>
0
On

try this

<title>&#65279;</title>