Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>From <a href="https://developer.mozilla.org/en-US/docs/HTML/Element/title" rel="nofollow noreferrer">MDN on the <code>&lt;title&gt;</code> element</a>:</p> <blockquote> <p>The HTML Title Element defines the title of the document, shown in a browser's title bar or on the page's tab. <em>It can only contain text and any contained tags are not interpreted.</em></p> </blockquote> <p>So no, it cannot be done like that.</p> <p><strong>Update:</strong></p> <p>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 believe it comes with a large drawback.</p> <p>I'm not an expert in SEO in any way, but from what I know, and according to Googles <a href="http://static.googleusercontent.com/external_content/untrusted_dlcp/www.google.com/sv//webmasters/docs/search-engine-optimization-starter-guide.pdf" rel="nofollow noreferrer">Search Engine Optimization Starters Guide</a> the <code>&lt;title&gt;</code> is of great importance when it comes to search engine optimization. Their guide suggest that <strong>you should avoid</strong>:</p> <ul> <li>Choosing a title that has no relation to the content on the page</li> <li>Using default or vague titles like "Untitled" or "New Page 1"</li> </ul> <p>My interpretation would be that using obscure characters in your title would be a direct violation of that, so based on that I would strongly suggest that you avoid it.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload