About 9,990,000 results
Open links in new tab
  1. What is the right way to create a horizontal line with HTML and …

    Learn how to create a horizontal line in HTML and CSS effectively.

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

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

  4. How to comment/uncomment multiple lines of HTML code

    Learn how to comment or uncomment multiple lines of HTML code effectively with simple techniques and shortcuts.

  5. html - How to use " " in HTML5 - Stack Overflow

    Oct 28, 2015 · In HTML, using &amp;nbsp; for space, I get one space in the output. If my requirement needs more spaces, say 100, then how can I make that tag efficient? Should I …

  6. String attribute values in multiple lines, HTML - Stack Overflow

    Aug 10, 2016 · HTML has no “line continuation” character. If you put a line break in an attribute value, browser behavior varies, but modern browsers behave in the manner documented in …

  7. How to make HTML code inactive with comments - Stack Overflow

    Dec 9, 2010 · I have some HTML code on a page that I don't want to erase, but make inactive for the short term. How can I make the browser ignore parts of the page in the same way the // …

  8. css - How to make a vertical line in HTML - Stack Overflow

    Jun 30, 2010 · Provides solutions to create a vertical line in HTML using CSS and other methods, with examples and discussions.

  9. css - Set line spacing - Stack Overflow

    Oct 2, 2010 · 13 You cannot set inter-paragraph spacing in CSS using line-height, the spacing between <p> blocks. That instead sets the intra-paragraph line spacing, the space between …

  10. Rendering newlines in escaped html - Stack Overflow

    Oct 2, 2012 · 10 Setting wrapper html css to white-space: pre-line did the trick for me. It enables \n character's new line feature