how to create headings
Code can also be used to make headings
The number associated with the heading code refers to the size and type of the heading. For example, h1 is the main heading, and h2 is the subheading.

PMYT
an online podcast and blog by paige sfet
The code used for headings would be:
<h1> PMYT </h1>
<h2>an online podcast and blog by paige sfet </h2>