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

    Dec 22, 2009 · Not to be confused with br, but in addition you may also consider using wbr tags in your HTML: A word break opportunity tag, which specifies where in a text it would be ok to add a line-break.

  2. css - Line break in HTML with '\n' - Stack Overflow

    Sep 5, 2016 · Learn how to create line breaks in HTML using '\n' and CSS techniques on this Stack Overflow discussion.

  3. How can I add new line/linebreak character in title attribute in HTML ...

    The spec suggests using this for line breaks: If the title attribute's value contains "LF" (U+000A) characters, the content is split into multiple lines. Each "LF" (U+000A) character represents a line …

  4. Avoid line break between html elements - Stack Overflow

    Learn how to avoid line breaks between HTML elements using CSS properties and techniques discussed in this Stack Overflow thread.

  5. html - How do I wrap text in a pre tag? - Stack Overflow

    pre tags are super-useful for code blocks in HTML and for debugging output while writing scripts, but how do I make the text word-wrap instead of printing out one long line?

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

    Learn how to create partial line breaks in HTML for better layout control and design flexibility on your web pages.

  7. 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.

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

    Mar 24, 2016 · lorem ipsum lorem ipsum lorem ipsum 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 …

  9. html - line breaks in form element input value - Stack Overflow

    Mar 12, 2017 · Learn how to handle line breaks in HTML form element input values with practical examples and solutions on Stack Overflow.

  10. <br> or </br> which one we should use for line break?

    Aug 27, 2023 · Learn the correct usage of <br> and </br> tags for line breaks in HTML, exploring differences and best practices.