An example of why you probably shouldn't touch #JavaScript and JS frameworks *before* you've learned how #HTML works.

This isn't production code, the dev was just playing around. However, things like this in some sites do exist.

1. Heading font sizes are probably set with em unit.
2. Headings are not supposed to be nested.

https://caninclude.glitch.me/ is a great tool to use if you're unsure if the HTML tag you're nesting inside another is allowed.
Caninclude

'Caninclude' tool to help determine if one HTML tag can be included in another HTML tag

Caninclude
@teacherbuknoy I see the same thing with divs from staff devs :(