Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html>
<head>
<style>
#target {
letter-spacing: 20px;
}
</style>
</head>
<body>
<div>The letters below should be separated by 20 pixels.</div>
<div id="target">ABCD</div>
</body>
</html>