CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Punctuation Entities
HTML Punctuation Entities
Try It
Run
Reset
Save
Save to Google Drive
Sync with your Google account
Download HTML
Save to your device
Share
Full
HTML Code
Copy
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <h1>HTML Punctuation Entities</h1> <p>“We use curly quotes” — and an em dash.</p> <p>Ranges: 9–5 · Pause… done.</p> <p>Non-breaking: 10 kg</p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run