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

HTML5 Tutorial FeedBurner

The HTML5 <hr> Tag  
The HTML5 <hr> tag is an integral part within the content of a document. It is mainly used so that the break which changes the theme or topic of the content can be shown clearly and users would not feel confused.

There is little difference when it comes to the use of HTML5 <hr> tag. In HTML5, the <hr> tag is considered as a thematic break. On the other hand, in HTML4, it is considered as a horizontal rule.

Technically, in HTML4.01 the <hr> tag is used more for presentation. On the other hand, HTML5 sees it as an element of semantics.

In some occasions, the HTML5 <hr> tag is still reflected as a horizontal rule, especially in visual browsers. However, the styles in HTML4 like the align, nonshade, styles and other formatting actions are considered obsolete. Hence, these are no longer carried over to HTML5. The HTML5 <hr> tag is formatted by using CSS.

The HTML5 <hr> tag is supported in primary browsers like Firefox, Google Chrome, Safari, Internet Explorer and Opera. The HTML5 <hr> tag is also compatible with the Global Attributes in HTML5. Even the Event Attributes is supported by HTML5 <hr> tag.

Print HTML5 <hr> Tag Bookmark HTML5 <hr> Tag

Related Articles  
The HTML5 <rt> Tag
The HTML5 <rt> tag is used along with the <ruby> and <rp> tags to clearly define he ruby ...
The HTML5 <img> Tag
It is typical for an HTML page to contain images too aside from plain texts. When it is necessary to add photos and ...
The HTML5 <td> Tag
The HTML5 <td> tag is used for specifying the cell within a table that has to be incorporated within an HTML ...
The HTML5 <rp> Tag
There are times when adding Ruby annotations within the document are necessary. The Ruby Annotations are those which ...
The HTML5 <title> Tag
The HTML5 <title> tag is very important in creating HTML documents because it has the ability to add title, ...
The HTML5 <del> Tag
The proper usage of the HTML5 <del> tag is to indicate the deletion of text from a document. When this tag ...
More