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, 857👍, 0💬
Popular Posts:
Where to find tutorials on API Management Services at Azure Portal? Here is a list of tutorials to a...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...
How to Create a New Instance of a Class? There are two ways to create a new instance (object) of a c...
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...
Where Is the Submitted Form Data Stored in PHP? When a user submit a form on your Web server, user e...