Search code examples
javascriptcsspage-title

styling title tag in the head with css or js


Is there any way to style the <title> Page Title </title> element? For example changing it's font?
I searched a lot, they say it is not possible with CSS.
How about JS? Any jquery plugin?


Solution

  • The browser allows JS to give the page dynamic behaviour, but changing the font of a window belongs to the OS. The tab, instead is controlled by the browser but it doesn't interact with the page.