What is '…' in HTML?
… is the HTML entity code for the ellipsis dots:
ellipsis_html_explanation.txt
…If you see it on a webpage outside the HTML source code, it usually means that the author or content management system has encoded the HTML entity incorrectly. You should only ever see … on the page except in literal HTML sourcecode.
I recommend using the unicode character HORIZONTAL ELLIPSIS (see the code block above) instead of the HTML entity …. Ensure that you have
meta_charset.html
<meta charset="utf-8" />in your HTML <head> for compatibility.
Check out similar posts by category:
HTML
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow