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, 1140🔥, 0💬
Popular Posts:
What is the standard to map XML repeating elements to JSON values? There seems to be no industry sta...
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...
How to add request body examples to my Azure API operation to make it more user friendly? If you hav...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...