Snippets tagged “line-break”
2 snippets use this tag.
- How to Add Line Break Before an Element with CSSCSS
In this tutorial, we’re going to show some ways of adding a line break before an element. For that, use the white-space property and ::before pseudo-element.
- Java - What does "\n" mean?Java
In Java, the string "\n" is a newline character.