Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7168551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:48:12+00:00 2026-05-28T14:48:12+00:00

This question is being asked out of cursosity. I’ve just noticed when I have

  • 0

This question is being asked out of cursosity. I’ve just noticed when I have this bit of markup:

<div style="height: 20px; background-color: yellow;">
    Test
    <br />
    <br />
    <br />
</div>

The br tags have no effect. However, if the parent has no height i.e. height: auto – the br tags become effective – why is this the case?

Is this the same in all cases i.e. across different doc types and browsers?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T14:48:12+00:00Added an answer on May 28, 2026 at 2:48 pm

    I think the <br> tags do have an effect. If I change your markup as follows:

    <div style="overflow: visible; height: 20px; background-color: yellow;">
        Test
        <br />
        Test 2
        <br />
        Test 3
        <br />
        Test 4
    </div>
    

    Then I can see the effect — jsFiddle here.

    Lines of text overflowing a div

    The default overflow is visible (in my browser, anyway), so the text visibly overflows the <div>. In the case of <br>, you’re just getting empty lines extending below the <div>, which are invisible, but present.

    If you add overflow: scroll to the <div>, you can also see the effect — there are clearly blank lines at the end of your text, that you can scroll through. Markup:

    <div style="overflow: scroll; height: 20px; background-color: yellow;">
        Test
        <br />
        <br />
        <br />
    </div>
    

    (jsFiddle here).

    So, the <br>s do make a difference, but with the height set on the <div> you don’t actually get to see the difference if there are only <br>s, as they are, by definition, just line breaks, and not directly visible.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This question was asked in another post at Facebook iframe app being redirected out
This is just a question out of curiosity since I have been needing to
I think this question may end up being a bit subjective so I'm marking
this is a simple question. I have a form that is being validated using
This question may have been asked already - but unfortunately, I could not find
I realize this question has been asked many times and I am have looked
Variations of this question have been asked before, but it seems like the issue
Yes, I have already asked this question, but the problem is much more specific.
I have asked this question before and attempted to solve it multiple time but
I have asked this question before and got no answer so i am adding

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.