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>
Â
⇒Introduction of HTML Element Content Syntax
⇒⇒HTML Tutorials
2017-02-20, 765👍, 0💬
Popular Posts:
How to use the "set-body" Policy Statement for an Azure API service operation? The "set-body" Policy...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...
How to view API details on the Publisher Portal of an Azure API Management Service 2017 version? You...
How to access Request body from "context.Request.Body" object in Azure API Policy? Request body is t...