Lei is creating a web page that includes this line of code: <h1>The Universe of Skateboarding<h1>. Lei runs it and realizes that the entire page (not just the header) is in very large letters. How can Lei change this?

A. Remove the second <h1>
B. Change the first <h1> to <header1>
C. Change the second <h1> to <stop header>
D. Add a / to the final tag

D. Add a / to the final tag

The correct code should be: <h1>The Universe of Skateboarding</h1>