Headings
What is a heading?
› A heading is a peice of text like the one at the top of this section that says "headings" in a really big font. Headings can come in different sizes ranging from just as big as the heading at the top of this section, to being smaller than the text your reading right now.
› The code for a heading is very easy. The code for a heading is: <h1-6>text</h1-6>
For a bigger heading, use a lower number, and for a smaller heading, use a larger number. Here is a table of the different headings with the code in the left column, and how it affects the text is in the right column
<h6>heading</h6> heading <h5>heading</h5> heading <h4>heading</h4> heading <h3>heading</h3> heading <h2>heading</h2> heading <h1>heading</h1> heading
