DEV Community

sundaycrunk
sundaycrunk

Posted on

Answer: Empty HTML page title

Here is one that works in my Windows Chrome - Chrome seems to remove known spaces. This one comes from https://www.cs.tut.fi/~jkorpela/chars/spaces.html

U+FEFF ZERO WIDTH NO-BREAK SPACE -><- No width (the character is invisible)

HTML:

<title>&#65279;</title>

Top comments (0)