Question
Question
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.
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.
Answers
GPT-4o mini
The correct response is:
**Add a / to the final tag.**
The correct code should be `<h1>The Universe of Skateboarding</h1>`. The missing slash in the closing tag was causing the entire page to be affected by the header style.
**Add a / to the final tag.**
The correct code should be `<h1>The Universe of Skateboarding</h1>`. The missing slash in the closing tag was causing the entire page to be affected by the header style.