Some symbols that we commonly used while writing can’t be
directly added to html page. For example &. So in this article I would like
to mention some of them and how to add them in your webpage.
Hyphens (-)
Hyphens are commonly used to join words together. You can
put - in html using tag &ndash.
Ellipsis (…)
Ellipsis is used to indicate omission of word(s). It contains
three dots and two spaces.
To display ellipsis we use &hellip tag in html page.
Quotes (‘ ’ “ ”)
Quotes are used to mark exact words of a person. For quotes
we use &ldquo and &rdquo in html page.
Here we added a table of some more useful symbols for your
webpage.