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, ∼1521🔥, 0💬
Popular Posts:
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
What is Azure API Management Developer Portal? Azure API Management Developer Portal is an Azure Web...
How To Get the Minimum or Maximum Value of an Array in PHP? If you want to get the minimum or maximu...
How to read Atom validation errors at w3.org? If your Atom feed has errors, the Atom validator at w3...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...