Programming Code Center(PCC)
[HTML]

(PCC)::[how-to-use-non-breaking-spaces-in-html-language]::[html]

File Name : index.html

<!DOCTYPE html>
<html>
<head>
<title>Nonbreaking Spaces Example</title>
</head>
<body>
<p>An example of this technique appears in the movie "12&nbsp;Angry&nbsp;Men."</p>
</body>
</html>

Output :

Nonbreaking Spaces Example

An example of this technique appears in the movie "12 Angry Men."