Tools, FAQ, Tutorials:
Getting Extra White Spaces in HTML
How To Get an Extra White Space?
✍: FYIcenter.com
As you know that white space characters will be ignored in elements like "p".
So how to get some extra white space to show up in your text paragraphs?
On easy solution is to use XHTML entity: " ", which stands for
"non-breaking space".
Here is an example of using "nbsp":
<!-- 4 white spaces at the beginning of the paragraph -->
<p> There was once upon a time
a peasant-woman who had a daughter and a step-
daughter.</p>
⇒ HTML Document Structure and Head Level Tags
⇐ White Space Characters Handling Rules in HTML
2024-02-18, ∼1915🔥, 0💬
Popular Posts:
What Azure AD App Registration Manifest? Azure AD App Registration Manifest is JSON file that contai...
How to add an API to an API product for internal testing on the Publisher Portal of an Azure API Man...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...
Where to find tutorials on Microsoft Azure services? Here is a large collection of tutorials to answ...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...