The HTML5 br Tag

The HTML5 <br> tag is an element which inserts a single line break. The HTML5 <br> tag is important because it adds a carriage return which is similar to hitting the Enter key on your keyboard to go to the next line.

The HTML5 <br> tag is an empty tag which means it does not need a close or end tag to specify the stop of the function. There are no known differences between the HTML4.01 and HTML5 functionality of this element.

Here is an exampleof the HTML5 <br> tag:

This is the first line<br> The next line appears here

The HTML5 <br> tag is supported in all major browsers such as , Internet Explorer, Firefox, Opera, Google Chrome, and Safari.

The HTML5 <br> tag is capable of wrking along with the Global Attributes and the Event Attributes in HTML5.

Featured pages

Overview

Learn about HTML5 architecture, design principles and patterns on HTML5 Overview Tutorial. Become …

Tags

Learn about HTML5 tags and discover a new list of HTML5 tags. Find out about HTML5 tags support by…

Welcome

 Learn HTML5 development techniques, tips and tricks on our website. Find out what is required…

Date Time Picker

HTML5 forms use date and time controls regularly. HTML5 date and time controls are used by booking …