Is it possible to strike the title shown in the title bar?
Is it possible to strike the title <title><s>My Title</s></title> like this, so that the titlebar will show My Title ? Or is there a way to solve this with css? From MDN on the <title> element : The HTML Title Element defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted. So no, it cannot be done like that. Update: Other answers suggest using various combinations of unicode characters to accomplish a strike through, and even though that might be possible and could yield a decent result, I