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.

Add a / to the final tag.

1 answer

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.