To correct the issue with the header in Lei's code, the correct action is:
Add a / to the final tag.
The correct line of code should be: <h1>The Universe of Skateboarding</h1>
. The lack of a closing tag caused the entire page to adopt the styling of the <h1>
tag.