Abdul wants to create a header for a web page and enters this line: </h1>Welcome to Abdul’s webpage!</h1>, but the title is smaller than was expected. What is the problem?
(1 point)
Responses
There is too much text for HTML to treat it as a header.
There is too much text for HTML to treat it as a header.
Headers need to begin with the <header> tag.
Headers need to begin with the tag.
The first tag should not have a slash.
The first tag should not have a slash.
Headers cannot contain exclamation points.
1 answer
The correct answer is: Headers need to begin with the <header> tag.