You are here : htmlHTML 5hr

<hr> - HTML 5

The <hr> tag defines a thematic break in an HTML page (e.g. a shift of topic).

The <hr> element is used to separate content (or define a change) in an HTML page.


Syntax

    <h1>HTML</h1>	<p>HTML is a language for describing web pages.....</p>	<hr><h1>CSS</h1>	<p>CSS defines how to display HTML elements.....</p>


Example

    <h1>HTML</h1>	<p>HTML is a language for describing web pages.....</p>	<hr><h1>CSS</h1>	<p>CSS defines how to display HTML elements.....</p>


Output / Return Value


Limitations


Alternatives / See Also


Reference