tag < hr> :
Definition and Usage
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.
| Example | |
| code | output |
| This is a line < hr / > ok! |
This is a line ok! |