Insert a line break in the HTML editor
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- Platform Field Administration
When you use the Enter key, the editor creates a paragraph
element (<p>
) tag, which appears as a double space.
To enter a single-line space, use the Shift +
Enter key combination, which inserts a line break
(<br>
) tag.