CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
HTML Entity for Digit One (1)
HTML Entity for Digit One (1)
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> <style> #point::after { content: "\0031"; } </style> </head> <body> <h1>Digit One (1) in HTML</h1> <p>Digit One using Hex Code: 1</p> <p>Digit One using HTML Code: 1</p> <p id="point">Digit One using CSS Entity: </p> <p>Typed directly: 1</p> </body> </html>
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run