html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<title>Non-Breaking Space Example</title>
</head>
<body>
<style>
.xtra{word-spacing:1rem;} /* adjust this vslue */
</style>
<p>We want more space between.</p>
<p>We want more <span class="xtra">space between</span>.</p>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
2
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run