Logo
  Sunday, May 20, 2012
Sign-In  |  Sign-Up  |  Contact Us  | Bookmark |  RSS Feed

HTML5 Tutorial FeedBurner

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.

Print HTML5 <br> tag Bookmark HTML5 <br> tag

Related Articles  
The HTML5 <strike> Tag
The use of the HTML <strike> tag is no longer accepted for HTML5 documents. To be able to achieve the ...
The HTML5 <option> Tag
The purpose of adding HTML5 <option> tag is to indicate option within a list selected by the author. The HTML5 ...
The HTML5 <hgroup> Tag
The HTML5 <hgroup> tag is mainly used as a representation for the heading of a section. The HTML5 <hgroup> ...
The HTML5 <input> Tag
For web pages wherein it is necessary for the user to add some details, the HTML5 <input> tag is very important. ...
The HTML5 <button> tag
The HTML5 <button> tag is an element in HTML5 which defines a clickable button. The HTML5 <button> tag is ...
The HTML5 <h1> to <h6> Tags
The HTML5 <h1> to <h6> tags are mainly utilized for defining the headings that are used within a document. ...
More