what is &mdash in html code example
Example 1: what is &mdash in html
<!DOCTYPE html>
<html>
<style>
body {
font-size: 20px;
}
</style>
<body>
<span style='font-size:100px;'>—</span>
<p>I will display —</p>
<p>I will display —</p>
<p>I will display —</p>
</body>
</html>
<!--run this on the browser
Example 2: what is &mdash in html
<!DOCTYPE html>
<html>
<style>
body {
font-size: 20px;
}
</style>
<body>
<span style='font-size:100px;'>—</span>
<p>I will display —</p>
<p>I will display —</p>
<p>I will display —</p>
</body>
</html>
<!--run this on the browser