The code doesn’t behave incorrectly, I just don’t understand why the word “Result” is in there if it doesn’t show up anywhere. Is all this code (head & title) just so you can use h1 - h6 headers in the body?
<head>
<title>Result</title>
</head>
The code doesn’t behave incorrectly, I just don’t understand why the word “Result” is in there if it doesn’t show up anywhere. Is all this code (head & title) just so you can use h1 - h6 headers in the body?
<head>
<title>Result</title>
</head>
Titles within Head are what comes up at the very top of the browser, if your in tabs, its the tab title.
I know you can’t see it in the lesson, but you’ll want it externally
jsbin will show your title along with there title in the browser tab, you can try it Also, if you would create your own html files, you would control the whole browser tab title with
<title></title>