Just type this ' '. To craete a white-space in HTML
<p> </p> <!-- Creates a few blank spaces -->
<!-- This can be used to create lines between paragraphs of text -->
<hr>
/* Keyword values */
white-space: normal;
white-space: nowrap;
white-space: pre;
white-space: pre-wrap;
white-space: pre-line;
white-space: break-spaces;
/* Global values */
white-space: inherit;
white-space: initial;
white-space: revert;
white-space: revert-layer;
white-space: unset;