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, 1248🔥, 0💬
Popular Posts:
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
How To Remove Slashes on Submitted Input Values in PHP? By default, when input values are submitted ...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
Where to get the detailed description of the JSON.stringify() Function in JavaScript? Here is the de...
How to use the RSS Online Validator at w3.org? You can follow this tutorial to learn how to use the ...