DigitSync
Download
Font size
12
13
14
15
16
17
18
19
20
Preview
Instant
0.5 s
1 s
1.5 s
2 s
Manual
Run
Reset
Select
Editor size
0.50
Vertical view
Dark editor
Spellcheck
<html> <html> <head> <title>HTML Document Template</title> <style> p { font-family: Arial; } </style> </head> <body> <p>Hello, world!</p> <script> console.log(document.querySelector('p').textContent); </script> </body> </html>