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

1.There is too much text for HTML to treat it as a header.

2.Headers need to begin with the <header> tag.

3.The first tag should not have a slash..

4.Headers cannot contain exclamation points.

1 answer

The correct answer is:

1. There is too much text for HTML to treat it as a header.