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?

(1 point)
Responses

Remove the second <h1>.

Remove the second .

Change the first <h1> to <header1>.

Change the first to .

Change the second <h1> to <stop header>.

Change the second to .

Add a / to the final tag.

The correct answer is: Add a / to the final tag.

The code should be changed from `<h1>The Universe of Skateboarding<h1>` to `<h1>The Universe of Skateboarding</h1>`.