The Tech Edvocate

Top Menu

  • Advertisement
  • Apps
  • Home Page
  • Home Page Five (No Sidebar)
  • Home Page Four
  • Home Page Three
  • Home Page Two
  • Home Tech2
  • Icons [No Sidebar]
  • Left Sidbear Page
  • Lynch Educational Consulting
  • My Account
  • My Speaking Page
  • Newsletter Sign Up Confirmation
  • Newsletter Unsubscription
  • Our Brands
  • Page Example
  • Privacy Policy
  • Protected Content
  • Register
  • Request a Product Review
  • Shop
  • Shortcodes Examples
  • Signup
  • Start Here
    • Governance
    • Careers
    • Contact Us
  • Terms and Conditions
  • The Edvocate
  • The Tech Edvocate Product Guide
  • Topics
  • Write For Us
  • Advertise

Main Menu

  • Start Here
    • Our Brands
    • Governance
      • Lynch Educational Consulting, LLC.
      • Dr. Lynch’s Personal Website
      • Careers
    • Write For Us
    • The Tech Edvocate Product Guide
    • Contact Us
    • Books
    • Edupedia
    • Post a Job
    • The Edvocate Podcast
    • Terms and Conditions
    • Privacy Policy
  • Topics
    • Assistive Technology
    • Child Development Tech
    • Early Childhood & K-12 EdTech
    • EdTech Futures
    • EdTech News
    • EdTech Policy & Reform
    • EdTech Startups & Businesses
    • Higher Education EdTech
    • Online Learning & eLearning
    • Parent & Family Tech
    • Personalized Learning
    • Product Reviews
  • Advertise
  • Tech Edvocate Awards
  • The Edvocate
  • Pedagogue
  • School Ratings

logo

The Tech Edvocate

  • Start Here
    • Our Brands
    • Governance
      • Lynch Educational Consulting, LLC.
      • Dr. Lynch’s Personal Website
        • My Speaking Page
      • Careers
    • Write For Us
    • The Tech Edvocate Product Guide
    • Contact Us
    • Books
    • Edupedia
    • Post a Job
    • The Edvocate Podcast
    • Terms and Conditions
    • Privacy Policy
  • Topics
    • Assistive Technology
    • Child Development Tech
    • Early Childhood & K-12 EdTech
    • EdTech Futures
    • EdTech News
    • EdTech Policy & Reform
    • EdTech Startups & Businesses
    • Higher Education EdTech
    • Online Learning & eLearning
    • Parent & Family Tech
    • Personalized Learning
    • Product Reviews
  • Advertise
  • Tech Edvocate Awards
  • The Edvocate
  • Pedagogue
  • School Ratings
  • A Visitors Guide to New Orleans (LA), United States

  • A Visitors Guide to Sacramento (CA), United States

  • A Visitors Guide to Lyon, France

  • JisuLife Ultra2 Portable Fan: A Powerful Multi-Function Cooling Solution

  • A Visitors Guide to Viña del Mar, Chile

  • A Visitors Guide to Århus, Denmark

  • A Visitors Guide to Bakersfield (CA), United States

  • A Visitors Guide to Aurora (CO), United States

  • A Visitor’s Guide to Toledo (OH), United States

  • A Visitors Guide to Cincinnati (OH), United States

Coding
Home›Coding›How to Wrap Text Onto a New Line in CSS

How to Wrap Text Onto a New Line in CSS

By Matthew Lynch
June 5, 2023
0
Spread the love

When building a website or creating a web page, there are many times where we need to wrap text onto a new line. This can be necessary when we have limited space on a page or when we want to create an aesthetically pleasing layout. Luckily, with CSS, wrapping text onto a new line is a simple process. Here’s how to do it.

The first option to wrap text onto a new line is to use the ‘word-wrap’ property in CSS. This property is used to break long words and wrap them onto a new line. The ‘word-wrap’ property can be set to either ‘normal’ or ‘break-word’.

To set ‘word-wrap’ to ‘normal’, all you need to do is add the following code to your CSS file:

“`
p {
word-wrap: normal;
}
“`
This code will set the ‘word-wrap’ property to ‘normal’ for all paragraphs on your page. Setting ‘word-wrap’ to normal means that long words will not be broken and they will overflow outside of the container. This is the default value for the ‘word-wrap’ property.

To set ‘word-wrap’ to ‘break-word’, all you need to do is add the following code to your CSS file:

“`
p {
word-wrap: break-word;
}
“`

This code will set the ‘word-wrap’ property to ‘break-word’ for all paragraphs on your page. Setting ‘word-wrap’ to ‘break-word’ means that long words will be broken and wrapped onto a new line if they exceed the width of the container.

Another option to wrap text onto a new line is to use the ‘white-space’ property in CSS. This property controls how white space is handled between elements. The two values for the ‘white-space’ property that can be used to wrap text onto a new line are ‘normal’ and ‘pre-wrap’.

To set ‘white-space’ to ‘normal’, add the following code to your CSS file:

“`
p {
white-space: normal;
}
“`
This code will set the ‘white-space’ property to ‘normal’ for all paragraphs on your page. Setting ‘white-space’ to ‘normal’ means that any additional white space will be collapsed into a single space and words will be broken and wrapped onto a new line if they exceed the width of the container.

To set ‘white-space’ to ‘pre-wrap’, add the following code to your CSS file:

“`
p {
white-space: pre-wrap;
}
“`
This code will set the ‘white-space’ property to ‘pre-wrap’ for all paragraphs on your page. Setting ‘white-space’ to ‘pre-wrap’ means that additional white space and line breaks will be preserved and words will be broken and wrapped onto a new line if they exceed the width of the container.

In conclusion, there are various ways to wrap text onto a new line in CSS. Using the ‘word-wrap’ and ‘white-space’ properties can make it easy to adjust how text is displayed on your web page. By utilizing these techniques, you can create more visually appealing layouts and improve the overall readability of your content. 

Previous Article

Logitech Combo Touch vs. Logitech Folio Touch: ...

Next Article

Kindle Settings to Change to Help You ...

Matthew Lynch

Related articles More from author

  • Coding

    How to Center Images With CSS

    June 6, 2023
    By Matthew Lynch
  • Coding

    This $20 Python Certification Bootcamp Bundle Can Help Launch Your Coding Career

    February 2, 2024
    By Matthew Lynch
  • Coding

    5 coding bootcamps for jumpstarting your tech career

    June 22, 2023
    By Matthew Lynch
  • Coding

    How to Fix JavaScript Heap Out of Memory Error

    September 7, 2023
    By Matthew Lynch
  • Coding

    A Beginners Guide to RESTful APIs in Node.js

    June 12, 2023
    By Matthew Lynch
  • Coding

    IF Statements to Use for Smarter Windows Batch Scripts

    June 5, 2023
    By Matthew Lynch

Search

Login & Registration

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Newsletter

Signup for The Tech Edvocate Newsletter and have the latest in EdTech news and opinion delivered to your email address!

About Us

Since technology is not going anywhere and does more good than harm, adapting is the best course of action. That is where The Tech Edvocate comes in. We plan to cover the PreK-12 and Higher Education EdTech sectors and provide our readers with the latest news and opinion on the subject. From time to time, I will invite other voices to weigh in on important issues in EdTech. We hope to provide a well-rounded, multi-faceted look at the past, present, the future of EdTech in the US and internationally.

We started this journey back in June 2016, and we plan to continue it for many more years to come. I hope that you will join us in this discussion of the past, present and future of EdTech and lend your own insight to the issues that are discussed.

Newsletter

Signup for The Tech Edvocate Newsletter and have the latest in EdTech news and opinion delivered to your email address!

Contact Us

The Tech Edvocate
910 Goddin Street
Richmond, VA 23231
(601) 630-5238
[email protected]

Copyright © 2025 Matthew Lynch. All rights reserved.