22.
Add the correct end tags for the following code:
<h1>Welcome to_____
<span>My Website_____
<em>The Best Place to Be!</em>
</em>, </span>
</span>
</h1>, </em>, </span>
</h1>, </span>
Correct: D
The correct end tags for the given code are </h1> and </span>. This ensures that the heading and the span elements are properly closed.
<h1>Welcome to</h1>
<span>My Website</span>
<em>The Best Place to Be!</em>