A good answer might be:

No. However, browsers try to do something reasonable with whatever they are given. They will probably just ignore the extra tags. (If you want to know what your browser does, use copy and paste to make two copies of the body in the next example.)

Title Tag

For this tutorial, the only thing that will be inside the head of a web page is its title, contained within the tags <title> and </title>. The title of a page is displayed by the browser in the top bar of its display. Here is a web page showing this:

Change the title to something nice... Then click to see what this HTML does.

A new browser window will appear with your HTML inside. To exit the window, click on its 'close' button.

QUESTION 7:

Look at the top of the new browser window to see your nice title.