HTML
headings are titles or subtitles that you want to display on a webpage.
These are defined with the
<h1> to <h6> tags.
<h1> defines the most important heading. <h6> defines the least important heading.HTML Horizontal Rules
The
<hr /> tag defines a thematic break in an HTML page and is most
often displayed as a horizontal rule, It used to separate content in an HTML page.



0 Comments