HTML FOR TEXT ON A WEBPAGE

<p> tag defines a paragraph.

<h1> element defines a heading.

Text in an <h1> element will be very large and bold.

<h2>,<h3>,<h4>,<h5> and <h6> elements also define a heading.<h1> defines the most important heading. <h6> defines the least important heading. Text gets smaller as the heading number gets larger.