html dash code
—
what is &mdash in html
<!--run this on the browser -->
<!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
how to include a dash in html
To display a dash on browser, uses in html "—" , "—."
or Unicode numeric entity of U+2014. eg. ajmal—the—developer instead
ajmal-the-developer. -keepCoding:)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us