Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!doctype html> <title>Example</title> <style> p { font-family: sans-serif; font-size: 1.5em; color: limegreen; word-spacing: 1.5em; } </style> <p>CSS word-spacing allows you to determine the space in between words.</p>
Preview