HTML: Hyper Text Markup Language
<p> stands for paragraph
<h1> the 'h' represents heading
H1 is a top largest heading
H2 is a little smaller
H3
H4
H5 are heading that decrease in size as the number increases
Example:
<h1>Heading1</h1>
<h2>Heading2</h2>
<h3>Heading3</h3>
<h4>Heading4</h4>
<h5>Heading5</h5>
No comments:
Post a Comment