References

Collection of references for web development.

HTML br tag

Description

The HTML <br> element inserts a new line break into the specified content.

Example

<p>This content contains <br>a line break.</p>