About 9,370,000 results
Open links in new tab
  1. HTML 5: Is it <br>, <br/>, or <br />? - Stack Overflow

    Dec 22, 2009 · Simply <br> is sufficient. The other forms are there for compatibility with XHTML; to make it possible to write the same code as XHTML, and have it also work as HTML. Some …

  2. html - What does <br/> do exactly? - Stack Overflow

    May 14, 2016 · Can anyone explain what &lt;br /&gt; does to the page? The result is unexpected. I tested the code on the latest version of Chrome and Firefox, the result is the same on both …

  3. xhtml - HTML: What's the correct form of BR? - Stack Overflow

    Explore the correct usage of <br> and <br/> in HTML, including differences, compatibility, and best practices for web development.

  4. html - Is there any ASCII character for <br>? - Stack Overflow

    Nov 25, 2015 · This Stack Overflow discussion explores whether there is an ASCII character equivalent to the HTML <br> tag for line breaks in text.

  5. How can I make a "half" row break (<br>)? - Stack Overflow

    If I want to remove the space between rows of two elements separated by a &lt;br&gt; tag, how would I do that? The rows are too close one to other. How can I make like half of the height of …

  6. What is the alternative to <br /> if I want to control the height ...

    Jun 12, 2012 · 30 In following example: Line1 <br /> Line2 I'm using <br /> to force Line2 to go to next line, but as far as I know there is no cross browser friendly way of setting the height of br. …

  7. html - Use of <br /> and accessibility - Stack Overflow

    Aug 25, 2015 · The br element may only be used for line breaks "that are actually part of the content". Such line breaks are typically those in addresses or in poems. In your case, you …

  8. html - new line without <br> tag - Stack Overflow

    Mar 24, 2016 · without using <br> tag at the end of each line, and without using textarea. I need this because I have a text with 100.000 short lines, and it is time consuming to write <br> tag …

  9. html - Can you target <br /> with css? - Stack Overflow

    Is it possible to target the line-break &lt;br/&gt; tag with CSS? I would like to have a 1px dashed line every time there is a line-break. I am customising a site with my own CSS and cannot …

  10. html - How to change the height of a <br>? - Stack Overflow

    Sep 11, 2009 · Changing height of <br> is semantically wrong. <br> means you just put another line to your text and single paragraph should have fixed line height. If some text is separated, it …