search
HomeWeb Front-endCSS TutorialHow to set blank padding within text elements in css?

How to set the blank padding within text elements in css? What this article brings to you is to introduce the method of setting blank filling in text elements using css. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.

What I will introduce to you today is to set the blank filling within text elements through the white-space property of css. Let's take a look at the white-space attribute.

The white-space attribute controls how text is processed on the element it is applied to, setting how to handle whitespace within the element.

Below we create such an html:

<div>
   A bunch of words you see.
</div>

Set the width of the div to 100px. At a reasonable font size, add more text to fit 100px. Doesn't do anything, the default white-space value is normal and the text will wrap.

div {
  white-space: normal; 
}

Let’s take a look at the rendering:

How to set blank padding within text elements in css?

If you want to prevent text from wrapping, you can use white-space: nowrap;

How to set blank padding within text elements in css?

Please note: In the html code example at the top of this article, there are actually two line breaks, one before the text line and one after the text line, that allow the text on its own line (in the code). When the text is rendered in the browser, it's like these line breaks are removed. Also stripped are the extra spaces before the first letter. If we want to force the browser to display those newlines and extra white-space characters we can use white-space: pre;

How to set blank padding within text elements in css?

pre is called Because this behaves as if you wrapped the text in a

 tag (pre tags can handle whitespace and newlines by default). In HTML, whitespace is perfectly fine, text is not wrapped until the closing tag appears in the code. This is particularly useful when displaying code literally, to gain aesthetic benefit from certain formatting (and when certain times are absolutely critical, as in languages ​​that rely on white space!) 

Maybe you like how the pre handles whitespace and line breaks, but you need to wrap the text instead of potentially breaking from its parent container. That's white-space: pre-wrap;:

How to set blank padding within text elements in css?

Finally, white-space: pre-line; will break the line where the code breaks, but will still strip off the extra whitespace area.

How to set blank padding within text elements in css?

Interestingly, the newline at the end is not respected. According to the CSS 2.1 spec: "Break lines at preserved newlines, filling line boxes as necessary." So maybe that makes sense.

Here's a table to understand the behavior of all the different values:

How to set blank padding within text elements in css?

In CSS3, the white-space property will actually follow that chart and will Properties map to text-space-collapse and text-wrap accordingly.

Compatibility

The numbers in the table indicate the first browser version number that supports this attribute.

How to set blank padding within text elements in css?

Summary: The above is the entire content of this article, I hope it will be helpful to everyone's study.

The above is the detailed content of How to set blank padding within text elements in css?. For more information, please follow other related articles on the PHP Chinese website!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
A Little Reminder That Pseudo Elements are Children, Kinda.A Little Reminder That Pseudo Elements are Children, Kinda.Apr 19, 2025 am 11:39 AM

Here's a container with some child elements:

Menus with 'Dynamic Hit Areas'Menus with 'Dynamic Hit Areas'Apr 19, 2025 am 11:37 AM

Flyout menus! The second you need to implement a menu that uses a hover event to display more menu items, you're in tricky territory. For one, they should

Improving Video Accessibility with WebVTTImproving Video Accessibility with WebVTTApr 19, 2025 am 11:27 AM

"The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect."- Tim Berners-Lee

Weekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your siteWeekly Platform News: CSS ::marker pseudo-element, pre-rendering web components, adding Webmention to your siteApr 19, 2025 am 11:25 AM

In this week's roundup: datepickers are giving keyboard users headaches, a new web component compiler that helps fight FOUC, we finally get our hands on styling list item markers, and four steps to getting webmentions on your site.

Making width and flexible items play nice togetherMaking width and flexible items play nice togetherApr 19, 2025 am 11:23 AM

The short answer: flex-shrink and flex-basis are probably what you’re lookin’ for.

Position Sticky and Table HeadersPosition Sticky and Table HeadersApr 19, 2025 am 11:21 AM

You can't position: sticky; a

Weekly Platform News: HTML Inspection in Search Console, Global Scope of Scripts, Babel env Adds defaults QueryWeekly Platform News: HTML Inspection in Search Console, Global Scope of Scripts, Babel env Adds defaults QueryApr 19, 2025 am 11:18 AM

In this week's look around the world of web platform news, Google Search Console makes it easier to view crawled markup, we learn that custom properties

IndieWeb and WebmentionsIndieWeb and WebmentionsApr 19, 2025 am 11:16 AM

The IndieWeb is a thing! They've got a conference coming up and everything. The New Yorker is even writing about it:

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SAP NetWeaver Server Adapter for Eclipse

SAP NetWeaver Server Adapter for Eclipse

Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools